Using /start with the API integration method
When you use the API method to integrate DaVinci flow policies into your application, the /start request uses the endpoint from the orchestrate-api.pingone.com resource server: POST {{orchestratePath}}/v1/company/{{companyID}}/policy/{{davinciFlowPolicyID}}/start.
For API integration use cases, this method is used for headless flow execution in which no end user is involved. This workflow can pass in the application’s API Key directly because it should be protected from public exposure.
For more information about the API application integration method, refer to Launching a flow with an API call in the PingOne admin documentation.
For sample requests and responses that use the POST {{orchestratePath}}/v1/company/{{companyID}}/policy/{{davinciFlowPolicyID}}/start endpoint, refer to Create Start Company Flow Policy.