Use the ID and password issued to you to login and generate and refresh/renew an access token. All REST API calls should pass this token to access authenticated services.
The access token is in SSO_TOKEN of the response header. Your token is valid for a limited time.
Security
SSO_TOKEN
POST
{ "user": "apiUserId", "pass": "This is a long password!", "org": "apiOrganizationId" }
Object with token expiry time. The access token is in SSO_TOKEN of the response header.
List of JSON objects with additional information on the response, if any.
Response
{ "status": "OK", "errorCode": null, "responseTuples": null, "expiryTime": 1665490480729, "serverUTCTime": 1665490420730 }