Step 2: Get the application secret

GET {{apiPath}}/environments/{{envID}}/applications/{{appJwtID}}/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 6 in the authorize request and to sign the JWT you will use to authenticate the token request.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring