Step 26: Call the resume endpoint
GET {{authPath}}/{{destinationEnvID}}/as/resume?flowId={{flowID}}
Use the GET /{{destinationEnvID}}/as/resume?flowId={{flowID}}
endpoint to obtain an authorization code required to exchange for an access token. This example shows the /{{destinationEnvID}}/as/resume
operation to return the flow back to the authorization service, specifying the flowID
in the request URL.
- Use the destination environment id in the request URL.
The response returns a 302
HTTP Status message and a Location
HTTP header that includes the code.
For more information, see Resume.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
flowId | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Cookie | string | ||
Cookie | string | Used for browsers that improperly handle SameSite=None |