Authentication API
string · requiredstring · requiredstring · requiredstringintegerintegerstringstring
Obtain an access token to authorize eTIMS API requests (OAuth 2.0 Client Credentials grant).
Generate access token (v2)
POST
https://identity-dev.slade360edi.com
/realms/slade360/protocol/openid-connect/token
Exchange your client_id and client_secret for an access token using the client_credentials grant. Tokens expire after 30 minutes (expires_in: 1800) and no refresh token is issued — request a new token on expiry.
Generate access token (v2) › Request Body
client_idThe client identifier issued to your integration.
Example: your-client-id
client_secretThe client secret issued alongside the client_id.
Example: your-client-secret
grant_typeMust be client_credentials.
Example: client_credentials
Default: client_credentials
Generate access token (v2) › Responses
Access token issued successfully.
access_tokenexpires_inrefresh_expires_intoken_typescope
