Step 2: Get the application secret
GET {{apiPath}}/environments/{{envID}}/applications/{{useCaseWorkerAppID}}/secret
You need the application id
property value returned in Step 1 to retrieve the application's secret
property value. The GET /environments/{{envID}}/applications/{{applicationID}}/secret
returns the secret
property value for the application specified in the request URL.
The secret
property value is needed in Step 16 to validate the request to exchange the authorization code for an access token.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |