Step 19: Get the flow
GET {{authPath}}/{{destinationEnvID}}/flows/{{flowID}}
Use the GET {{authPath}}/{{destinationEnvID}}/flows/{{flowID}}
operation using the {{flowID}}
value from the previous step to retrieve information about the flow and current flow state.
The status
property returned in the response body specifies the next action in the authentication flow. In this example, a status
value of "SIGN_ON_REQUIRED"
is returned, indicating a sign-on action is required next.
For more information, see Read Flow.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | Use this for localhost |