Company Verification
List Company Verifications
Returns the list of all Company Verifications within your organization. You can limit the number of items returned by using filters and pagination. Consult our guide for more details and examples.
get/verifications/companies
Query parameters
afterstring
After cursor (pagination)
limitinteger
The limit of items count to retrieve.
statusobject
Filter by status.
Filter by status. Allowed operators: eq. Example: status[eq]=verified
workspace_idobject
Filter by workspace_id.
Filter by workspace_id. Allowed operators: eq. Example: workspace_id[eq]=9b6ed2f3-244f-487a-baa1-bbe4f51c8748
Response
OK
Example response
{
"data": [
{
"id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
"workspace_id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
"created_at": "2023-01-01T12:00:00Z",
"updated_at": "2023-01-01T12:00:00Z",
"status": "verified",
"workflow_session_id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
"previous_attempt_id": "9412b83b-b4b9-4a94-97b5-2b43dfa4cde4",
"applicant_id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4"
}
]
}