Skip to main content
POST
/
events
/
claim
Claim an event token
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>"
}

Authorizations

x-api-token
string
header
required

Body

application/json
eventToken
string
required

The event token to claim. Intended for tokens generated by the admin/events/custom/link API

Response

Successful response

A custom event

name
string
required

The name of the custom event

I