API Catalog - Authentication
Authentication API v2
Obtain an access token using the OAuth 2.0 Client Credentials grant. Intended for server-to-server integrations — your application authenticates directly with a provisioned client_id and client_secret (no end-user login). The token is used as Authorization: Bearer <access_token> on every eTIMS API call.
Contact Slade360 to be provisioned client_id and client_secret for your environment.
Authentication API v1
Exchange your credentials for an access token using the OAuth 2.0 password grant. The token returned here is used as Authorization: Bearer <access_token> on every eTIMS API call.

