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
- application/json
Body
required
name stringrequired
The name of the API token
Responses
- 200
success
- text/plain
- Schema
Schema
string
Loading...