Authorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Request Body
application/json
flowId?string
options?object
Run a management flow, using a valid management key.
curl -X POST "https://api.descope.com/v1/mgmt/flow/run" \ -H "Content-Type: application/json" \ -d '{}'{ "output": {}}export interface Response {output?: {}} Was this helpful?
Run Management Flow asynchronously POST
Run a management flow asynchronously, using a valid management key.
Complete External Authentication POST
Complete an external authentication flow step. Called by the customer's backend after authenticating the user on their own page. Requires a valid management key.