Api
Takes a set of user credentials and returns an access and refresh JSON web token pair to prove the authentication of those credentials.
'Enter your access token with Bearer prefix, e.g., "Bearer YOUR_API_KEY"'
Takes a refresh type JSON web token and returns an access type JSON web token if the refresh token is valid.
'Enter your access token with Bearer prefix, e.g., "Bearer YOUR_API_KEY"'
Takes a token and indicates if it is valid. This view provides no information about a token's fitness for a particular use.
'Enter your access token with Bearer prefix, e.g., "Bearer YOUR_API_KEY"'
List all API tokens for the authenticated user
'Enter your access token with Bearer prefix, e.g., "Bearer YOUR_API_KEY"'
Invalid request
Permission denied
Server error
Issue a new API token
'Enter your access token with Bearer prefix, e.g., "Bearer YOUR_API_KEY"'
Invalid request
Permission denied
Server error
Delete API tokens
'Enter your access token with Bearer prefix, e.g., "Bearer YOUR_API_KEY"'
Invalid request
Permission denied
Server error
Last updated