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 GET request does not take a request body. The response returns a Status: 200 success message and shows application's secret.

See the following topics to learn more:

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring