Skip to main content
POST
Claim Tokens
For the complete documentation index, see llms.txt. Award tokens to a customer when they complete an event you’ve configured (e.g. signup, purchase, birthday). The event must already exist for your token; configure events via /set-event-details or from the dashboard.
Treat this as a transaction. Wait for the 200 OK before telling the customer. If you don’t get a response, query /has-claimed-event before retrying to avoid double-crediting.

Request Body

string
required
The event identifier (must match an event configured on your token)
string
required
Your unique identifier for this customer

Response

string
A reference identifier for this credit. Store it for your audit trail.