Returns one record per active/engaged client with full loyalty metrics for a community.API Key -> customerSuccess
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --request GET 'https://sgtr-integration.returning.ai/apis/v1/community-analytics/loyalty-overview?page=1&limit=50' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json {
"status": "success",
"message": "Loyalty overview fetched successfully",
"data": {
"data": {},
"pagination": {}
}
}
Modified at 2026-04-01 10:14:47