Get participant tier
State
Get participant tier
Returns the participant’s current level for a single tier.
GET
Get participant tier
Returns the participant’s current level for a single tier. TheDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
key path parameter identifies which tier to look up (e.g., status), and program_id is required as a query parameter. The participant must be enrolled in the specified program.
If the participant has no level assigned for the given tier, a 404 is returned.
For usage patterns and examples, see the Tiers guide.
Authorizations
API key passed in the X-API-Key header.
Query Parameters
Program ID to scope the tier lookup
Response
Current tier state
When this tier level was earned
Example:
"2024-06-01T00:00:00Z"
Benefits granted by this tier level
Example:
{ "discount_pct": 10, "free_shipping": true }When this tier level expires
Example:
"2025-06-01T00:00:00Z"
Current tier level name
Example:
"gold"
Numeric rank within the tier (higher = better)
Example:
2