Get users for a badge
This endpoint allows you to fetch users for a specific badge.
Authorizations
Query Parameters
UUID of the loyalty badge (converted to lowercase)
"123e4567-e89b-12d3-a456-426614174222"
UUID of the organization (optional, converted to lowercase)
"123e4567-e89b-12d3-a456-426614174222"
UUID of the website (optional, converted to lowercase)
"123e4567-e89b-12d3-a456-426614174111"
Wallet Address of the user, or array of wallet addresses.
"0x1234567890abcdef1234567890abcdef12345678"
Status of the badge
active, inactive, revoked "active"
UUID of the badge to start after (converted to lowercase)
"123e4567-e89b-12d3-a456-426614174333"
Number of badges to fetch
1 <= x <= 100010
Response
200
Response returned upon successful fetching of the badge users.
UUID of the user badge (converted to lowercase)
"a96edeb7-c10f-4e63-9acf-85e277665587"
UUID of the user (converted to lowercase)
"9b0351c3-71ab-4a45-a36a-f7b35ccd276b"
UUID of the badge (converted to lowercase)
"749b1bb0-a607-4010-888b-8321905606b9"
UUID of the website (converted to lowercase)
"42218351-3c75-46af-8453-5ae04b9ad7bb"
UUID of the organization (converted to lowercase)
"548b0619-f4b3-4ef6-8dd9-77dfa9260eb2"
The date and time the user badge was created
"2025-09-11T13:45:40.123Z"
The date and time the user badge was updated
"2025-09-11T13:45:40.123Z"
The date and time the user badge was deleted
null
The status of the badge
active, inactive, revoked "active"
Array of progress for the badge
Whether the user has dismissed the badge in the UI
false
User associated with the user badge