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.
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>"
}Was this page helpful?