Read Company Request Challenge Status
GET {{orchestratePath}}/company/{{companyID}}/request/{{flowChallengeID}}/status
The GET {{orchestratePath}}/company/{{companyID}}/request/{{flowChallengeID}}/status
operation returns information about the status of the specified flow challenge ID.
This request uses the {{orchestratePath}}
variable, which represents the DaVinci administrator API domain. See PingOne API domains for more information.
The {{companyID}}
variable in the request URL represents the PingOne environment ID associated with the DaVinci company resource.
The {{flowChallengeID}}
variable represents a challenge
created by a connector in the PingOne DaVinci flow. For more information, see Challenge Connector.
Note: This request uses an API Key to authenticate the request. The HTTP header uses the X-SK-API-KEY
header and the value is the DaVinci application's API Key value.