Step 2: Get the application secret
GET {{apiPath}}/environments/{{envID}}/applications/{{webAppSimpleLoginId}}/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/{{appID}}/secret
returns the secret
property value for the application specified in the request URL.
The response data returns the secret
value for the application:
{
"secret": "61tO2tfqRWZ~DLZ1zc5H...y"
}
You will need the secret
property value in Step 13 to validate the request to exchange the authorization code for an access token.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |