Skip to main content

Create Token

POST 

/api/v1/user/tokens

Request

Header Parameters

    Authorization string
    Example: Bearer {YOUR_AUTH_KEY}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

Body

required
    name stringrequired

    The name of the API token

Responses

success

Schema

    string

Loading...