OAuth2 Authenticate

Released in 20.13. Authenticates the API caller on the Symphony servers (pod) using a Session token, and returns a valid OAuth2 access token.

circle-info

Use scope 'sym-files' in order get access to the Content Export Files endpoints.

Permission required: Content Export Reader role.

Returns a valid OAuth2 access token from a given session token

post

Used to interact with the File Management endpoints. Required Role: Your Service Account must have the Content Export Reader role.

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
chevron-right
200

OK.

application/json
token_typestringOptional

Type of token, string "Bearer"

Example: Bearer
expires_ininteger · int64Optional

Duration of time the access token is granted for in seconds

Example: 3600
access_tokenstringOptional

A JWT containing the caller's username or application, an expiration date and a set of entitlements related to the specified scope.

post
/login/idm/tokens

Last updated

Was this helpful?