Usage Notes
- Ensure the promotion_id corresponds to an existing promotion in the system.
- The user_access_token must be valid and unexpired to authenticate the user correctly.
- This API is rate limited.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Seamlessly enroll users in promotions to unlock exclusive benefits with a single API call.
// POST /v2/promotions
{
"promotion_id": "partner_promotion_slug",
"user_access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}
{
"enrollment_id": "partner_promotion_slug:987fcdeb-1a2b-3c4d-5e6f-426614174999"
}
Was this page helpful?