Create an Access Token

post

/api/v2/tokens/

Make a POST request to this resource with the following access token fields to create a new access token:

  • description: Optional description of this access token. (string, default="")

  • application: (id, default=``)

  • scope: Allowed scopes, further restricts user's permissions. Must be a simple space-separated string with allowed scopes ['read', 'write']. (string, default="write")

Request

Supported Media Types
Body ()
Root Schema : OAuth2Token
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Body ()
Root Schema : OAuth2Token
Type: object
Show Source
Back to Top