Perks
Claim Perk
Claims a perk on behalf of the authenticated customer, returning a redirect URL if applicable.
POST
Claim Perk
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Claim Perk
Records that the authenticated customer has claimed a specific perk. If the perk has an associated external URL (e.g. a discount code landing page), the response includes aUrl field for redirection.
Authentication
Requires a valid customer bearer token.Path Parameters
The integer ID of the perk to claim. Obtained as
Perks[].Id from GET /api/public/perks.Request Body
No request body required.Response
External URL to redirect the customer to after claiming the perk. May be empty if the perk has no associated link.
Examples
Claim a perk
TypeScript Integration
Claim Perk