cURL
curl --request POST \ --url https://{subdomain}.nudj.cx/api/v2/integration/events/claim \ --header 'Content-Type: application/json' \ --header 'x-api-token: <api-key>' \ --data ' { "eventToken": "<string>" } '
{ "name": "<string>" }
Claims an event token and logs the event for the user.
The event token to claim. Intended for tokens generated by the admin/events/custom/link API
Successful response
A custom event
The name of the custom event
Was this page helpful?