Challenges
Authorizations
X-API-KEYstringRequired
Standard API Key authentication.
Path parameters
fyre_idstringRequiredExample:
The unique Location ID.
FR0100000000Query parameters
Responses
200
Success
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
get
/locations/{fyre_id}/challengesAuthorizations
X-API-KEYstringRequired
Standard API Key authentication.
Path parameters
fyre_idstringRequiredExample:
The unique Location ID.
FR0100000000challenge_idstringRequiredExample:
The unique Challenge ID.
00kfmzzPqP9YlLT05C40Responses
200
Success
application/json
401
Unauthorized
application/json
404
Not Found
application/json
get
/locations/{fyre_id}/challenges/{challenge_id}Authorizations
X-API-KEYstringRequired
Standard API Key authentication.
Path parameters
fyre_idstringRequiredExample:
The unique Location ID.
FR0100000000challenge_idstringRequiredExample:
The unique Challenge ID.
00kfmzzPqP9YlLT05C40Body
fyre_idstringRequired
Must match the location in the URL.
challenge_idstringRequired
Must match the challenge in the URL.
Responses
200
Challenge Accepted
application/json
401
Unauthorized
application/json
404
Not Found
application/json
post
/locations/{fyre_id}/challenges/{challenge_id}/activateLast updated