Authentication API
Authentication API
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.

