Get an onboarding for a business
get/businesses/{fp_bid}/onboardings/{id}
External ID
Request
Path parameters
fp_bid·string
id·string
Response
external_id·optional string
The
onboarding_external_id provided when the onboarding session token was createdid·string
A unique identitifer for the onboarding
playbook_key·string
status·string
The status of the onboarding
Allowed values:
passfailincompletependingnoneerrortimestamp·string
The timestamp of onboarding creation
GET /businesses/{fp_bid}/onboardings/{id}
Response example
{
"external_id": "0cece047-151f-4ac4-9782-dc27691fd766",
"id": "ob_SRFT2a1mN7DAWJ0VPXkiqK",
"playbook_key": "pb_live_fZvYlX3JpanlQ3MAwE45g0",
"status": "pass",
"timestamp": "2022-01-04T12:00-07:00"
}