Skip to main content
Version: 1.9.x

Token API

info

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 API

GET
/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