Create authentication token
POST/rest/api/v1/createauthtoken
Creates an authentication token for the authenticated user. These are specifically intended to be used with the Web SDK.
Note: The tokens generated from this endpoint are not valid tokens
for use with the Client API (e.g. /rest/api/v1/*
).
Request
Responses
- 200
- 400
- 401
- 429
OK
Invalid Request
Not Authorized
Too Many Requests