Loyalty
Get the rank of a user based on their loyalty points
Returns the user’s rank determined by their loyalty points for the specified loyalty currency. This can be a slow operation for large organizations. We recommend caching when possible.
GET
Authorizations
Path Parameters
UUID of the account
Example:
"123e4567-e89b-12d3-a456-426614174333"
Query Parameters
UUID of the account
Example:
"123e4567-e89b-12d3-a456-426614174333"
UUID of the website
Example:
"123e4567-e89b-12d3-a456-426614174333"
UUID of the organization
Example:
"123e4567-e89b-12d3-a456-426614174333"
UUID of the loyalty currency
Example:
"123e4567-e89b-12d3-a456-426614174333"
Response
200
application/json
200
Rank of the user
Example:
1
Was this page helpful?