Step 2: Get the application secret
GET {{apiPath}}/environments/{{envID}}/applications/{{dvFlowAppID}}/secret
This example shows the POST /environments/{{envID}}/applications/{{appID}}/secret operation to get the application's secret. The application secret serves as the appplication's password. This will be needed to create a login_hint_token needed for the authorize request.
In this request:
{{envID}}represents the environment ID for your environment.A
GETrequest does not take a request body. The response returns aStatus: 200 successmessage and shows application's secret.
See the following topics to learn more:
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |