curl --request POST \
--url https://{subdomain}.nudj.cx/api/v2/integration/challenges/{challengeId}/complete \
--header 'x-api-token: <api-key>'{
"completed": true,
"message": "<string>",
"distributionEventId": "<string>"
}curl --request POST \
--url https://{subdomain}.nudj.cx/api/v2/integration/challenges/{challengeId}/complete \
--header 'x-api-token: <api-key>'{
"completed": true,
"message": "<string>",
"distributionEventId": "<string>"
}The language to use for response messages. If not provided, the default language for the organisation will be used.
The ID of the challenge to complete
Was this page helpful?