Skip to main content
GET
List participant tiers
Returns a participant’s current tier levels for a program. The program_id query parameter is required. The participant must be enrolled in the specified program. Each entry in the data array represents the participant’s standing in one tier, including their current level, rank, any benefits granted by that level, and timestamps for acquired_at and expires_at.
For usage patterns and examples, see the Tiers guide.

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header.

Path Parameters

id
string<uuid>
required

Participant ID

Query Parameters

program_id
string<uuid>
required

Program ID to scope the tier lookup

Response

List of participant tier states

List of participant tier states

data
object[]