Check if an onboarding flow exists

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

onboarding_flow_idstringRequired
The unique identifier of the onboarding flow

Response

Onboarding flow exists
onboarding_flow_idstring
The unique identifier of the onboarding flow
first_seendatetime
This represents the earliest timestamp associated with the onboarding flow
last_seendatetime
This represents the latest timestamp associated with the onboarding flow
organization_idstring
The organization ID for which the onboarding flow was found

Errors

401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error