Appearance
Stored only in your browser. Get one under Tokens.
Create a new token for a user
POST
/tokens/
Create a new token for a user
Authorizations
ApiKeyAuth
Type
API Key (header: Authorization)
Request Body
application/json
JSON "expire-at": "string", "name": "string", "scopes": [ "string" ], "type": "string"
{
}
Responses
OK
application/json
JSON "deleted": true, "deleted-at": "string", "expire-at": "string", "id": "string", "name": "string", "owner": "string", "owner-nick": "string", "parse-scopes": [ { "description": "string", "id": "string", "required": true, "service": "string" } ], "prn": "string", "scopes": [ "string" ], "secret": "string", "time-created": "string", "time-modified": "string", "type": "string"
{
}