POST
/
api
/
waitlist
/
v2
/
challenges
/
join
Join challenge
curl --request POST \
  --url http://localhost:4000/api/waitlist/v2/challenges/join \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "challengeId": "<string>"
}'

Authorizations

Authorization
string
header
required

Dynamic authentication JWT token

Body

application/json

Response

200

Successfully joined challenge