v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBAuthentication
Generate Access Token
Obtain a temporary access token for authenticating API requests. To generate the token, provide your Client ID and Client Secret obtained from the Generate App Key endpoint.
post/access-tokens
Headers
x-sysaid-accountidstring required
SysAid account identifier
SysAid account identifier
Request body
Response
Access token generated successfully
Example response
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"tokenType": "Bearer",
"expiresIn": 3600
}