Request an access token used with OAuth 2.0 authentication
POST https://{community-domain}/t5/s/api/2.1/auth/accessToken
Details
Get OAuth access and refresh tokens.
The /auth/accessToken
endpoint returns an access token and a refresh token that can be passed to /auth/refreshToken
(used to refresh a user's access token before the expiration period completes).
NoteThe expiration period of the access token for the OAuth 2.0 authorization grant flow and client credentials flow are an hour and 24 hours respectively.
ATLAS
Comments