The Rail
string · requiredstring · requiredstring · required
stringstring[]string
Calls made at Authenticate. Taught at /rail/stops/Authenticate.
Exchange client credentials for an access token.
POST
https://api-dev.slade360edi.com/orchestrator
/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.
Keep from the response: access_token
Taught in: 00 · Authenticate
Exchange client credentials for an access token. › Request Body
client_idThe client identifier issued to your integration.
client_secretThe client secret issued alongside the client_id.
grant_typeMust be client_credentials.
Default: client_credentials
Exchange client credentials for an access token. › Responses
Returns access_token.
No data returned
Register webhook endpoints. Required before a claim may be submitted.
POST
https://api-dev.slade360edi.com/orchestrator
/api/v1/callbacks
Register webhook endpoints. Required before a claim may be submitted.
Not implemented yet. No /api/v1/callbacks route is registered in the service.
Keep from the response: callback_id
Taught in: 00 · Authenticate
Register webhook endpoints. Required before a claim may be submitted. › Request Body
urleventssecretRegister webhook endpoints. Required before a claim may be submitted. › Responses
200
Returns callback_id.
No data returned

