v68

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0189430445.4 KB
Authentication

Create authentication token

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/*).

post/rest/api/v1/createauthtoken

Response

OK

tokenstring required

An authentication token that can be passed to any endpoint via Bearer Authentication

expirationTimeinteger required

Unix timestamp for when this token expires (in seconds since epoch UTC).