Create API Key
POST/v1/auth/api_keys
After receiving a challenge_id
from the /v1/auth/challenges
endpoint, the client calls this endpoint to provide the corresponding 4-digit code along with the challenge ID. The endpoint verifies that the challenge solution is correct and, if it is, returns an api_key
. This endpoint is central to the authentication process, as it validates the user's identity and issues a key that can be used for further interactions with the API.
Request
Responses
- 201
- 400
- 500
The API key that can be used in the Authorization header for subsequent requests
Bad request
Internal server error