curl --request POST \
--url https://{subdomain}.nudj.cx/api/v2/integration/challenges/{challengeId}/start \
--header 'Content-Type: application/json' \
--header 'x-api-token: <api-key>' \
--data '
{
"communityId": "<string>"
}
'{
"success": true
}curl --request POST \
--url https://{subdomain}.nudj.cx/api/v2/integration/challenges/{challengeId}/start \
--header 'Content-Type: application/json' \
--header 'x-api-token: <api-key>' \
--data '
{
"communityId": "<string>"
}
'{
"success": true
}The language to return the challenge progress in. If not provided, the default language for the organisation will be used.
The ID of the challenge to start
The ID of the community where the challenge is being started from. Used for cross-community challenges to track which community the user is engaging with.
Successful response
Was this page helpful?