Retrieve a token
POST/1.0/auth/token
Provide a username and password to this endpoint to retrieve a short-lived token that can be used to access the API. In addition, this endpoint will return a longer lived refresh token that can be used to retrieve a new token without having to provide credentials again.
This endpoint does not require Bearer token authentication and can be used anonymously.
See: Tokens for more information.
To register for an account, go to the Wyvern console.
See: Getting started for more information.
Request
Responses
- 200
- 400
Returned if the request was successful.
Returned if the request is malformed or contains invalid parameters. Please ensure all required fields are provided and correctly formatted.