Comment on page
Token API
HTTP methods to manage access tokens.
The database uses the token authentication when the
RS_API_TOKEN
environment is set. You should use it as a full access token to create other tokens with different permission by using the Token APIget
/api/v1/tokens
Get a list of tokens
get
/api/v1/tokens/:token_name
Show information about a token
post
/api/v1/tokens
/:token_name
Create a new access token
put
/api/v1/tokens
/:token_name
Update an access token
delete
/api/v1/tokens/:token_name
Remove a token
get
/api/v1/me
Get full information about current API token
Last modified 1mo ago