Get users for a badge
This endpoint allows you to fetch users for a specific badge.
This endpoint allows you to fetch users for a specific badge.
Authorizations
API key passed in the header.
Query Parameters
UUID of the loyalty badge (converted to lowercase)
UUID of the organization (optional, converted to lowercase)
UUID of the website (optional, converted to lowercase)
Wallet Address of the user, or array of wallet addresses.
Status of the badge
"active" | "inactive" | "revoked"UUID of the badge to start after (converted to lowercase)
Number of badges to fetch
x >= 1, x <= 1000Response
200
idstring<uuid>requiredUUID of the user badge (converted to lowercase)
userIdstring<uuid>requiredUUID of the user (converted to lowercase)
loyaltyBadgeIdstring<uuid>requiredUUID of the badge (converted to lowercase)
websiteIdstring<uuid>requiredUUID of the website (converted to lowercase)
organizationIdstring<uuid>requiredUUID of the organization (converted to lowercase)
createdAtstring<date-time>requiredThe date and time the user badge was created
updatedAtstring<date-time>requiredThe date and time the user badge was updated
deletedAtstring<date-time>requiredThe date and time the user badge was deleted
status"active" | "inactive" | "revoked"requiredThe status of the badge
"active" | "inactive" | "revoked"progressarray<any>requiredArray of progress for the badge
dismissedInUibooleanWhether the user has dismissed the badge in the UI
userobjectUser associated with the user badge
user.walletAddressstringrequiredWallet address of the user