Solve challenge
POST/auth/token
After receiving a challenge ID from the display_code endpoint, the client calls this endpoint to provide the corresponding 4-digit code (also via a query parameter) along with the challenge ID. The endpoint verifies that the challenge solution is correct and, if it is, returns a permanent app key. This endpoint is central to the authentication process, as it validates the user's identity and issues a token that can be used for further interactions with the API.
Request
Responses
- 200
- 400
- 500
The app key that can be used in the Authorization header for subsequent requests
Invalid input
Internal server error