Get Customer Tier

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Important Note

WhenfetchDataForAllProgramsis truefetchDataForAllProgramsis false
programId is passedYou will still see tier details of the customer across all programsYou will still see tier details of the customer for that particular program.
programId is not passedYou will still see tier details of the customer across all programsYou will still see tier details of the customer for the default program.

Response example

{
    "entityId": 566881933,
    "entityType": "CUSTOMER",
    "programTiers": [
        {
            "programId": 973,
            "currentTierName": "Diamond",
            "currentTierSerialNumber": 8,
            "tierExpiryDate": "2125-03-26 23:59:59",
            "tierExpiryDateISO": "2125-03-26T23:59:59Z",
            "nextTierName": "",
            "nextTierSerialNumber": -1
        }
    ],
    "warnings": []
}

Response Parameters

ParameterDatatypeDescription
entityIdlongUnique ID of the customer.
currentTierSerialNumberintSerial number of the current tier. For highest tier, this value is shown as -1 meaning no next tier is available.
nextTierSerialNumberintSerial number of the next tier. For highest tier, this value is shown as -1 meaning no next tier is available.
tierExpiryDateintIndicates the creation date and time of the target cycle in the server time zone in YYYY-MM-DD- format. Note: This field will be deprecated in the future and is being replaced by tierExpiryDateISO.
tierExpiryDateISOString

Indicates the creation date and time of the target cycle in ISO 8601 format, returned in the server time zone.

EU server example
2025-12-16T14:30:45Z → 16 December 2025, 14:30:45 (UTC)

India server example
2025-12-16T14:30:45+05:30 → 16 December 2025, 14:30:45 (IST)

Note: The response time zone always matches the server time zone, regardless of the time zone offset in the request.

Path Params
int64
required
Query Params
int32
string
enum
Allowed:
boolean
Defaults to false
Headers
string
Responses

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json