Skip to main content

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

Returned if the request was successful.