...
Create an Application Access in Usage Engine as described in Configuring Application Access. Ensure to copy the Client Secret during creation since it will only be visible at that time.
Call the authorization api with your Application credentials.
Code Block | ||||
---|---|---|---|---|
| ||||
curl --location -X POST -H "Content-Type: application/x-www-form-urlencoded" "https://api.digitalroute.io/authentication/v1/oauth/token" --data client_secret="woN7vnKUVAC-y_WVd8Eih6R06mNfFA9V9ZUjid5Ae7iGE5R8Kll_fFY7EiRQ0d-9" --data client_id="f9bP7jTE63gNlA8jluCoPMs2ueP7si1L" |
...