OAuth2 Authenticate
Query parameters
scopestringOptional
Optional field used to get access with specific entitlements, use space separated list to define more than one. Use scope 'sym-files' in order get access to the Content Export Files endpoints.
Header parameters
sessionTokenstringRequired
User session authentication token
Responses
200
OK.
application/json
token_typestringOptionalExample:
Type of token, string "Bearer"
Bearerexpires_ininteger · int64OptionalExample:
Duration of time the access token is granted for in seconds
3600access_tokenstringOptional
A JWT containing the caller's username or application, an expiration date and a set of entitlements related to the specified scope.
401
Client is unauthorized to access this resource
application/json
403
Forbidden to access this endpoint.
application/json
500
Server error, see response body for further details.
application/json
post
/login/idm/tokensLast updated
Was this helpful?