API ReferenceOrganisation Management
Request organisation verification export (Admin only)
Create a verification export for a selected organisation. Small exports complete immediately; larger exports are processed asynchronously.
POST
/v1/organisation-management/verifications/exportsAuthorization
bearer AuthorizationBearer <token>
In: header
Header Parameters
idempotency-key*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/v1/organisation-management/verifications/exports" \ -H "idempotency-key: string" \ -H "Content-Type: application/json" \ -d '{ "format": "xlsx", "organisationId": "org_123456789" }'Empty
Estimate organisation verification export size (Admin only)
Preview how many verification records match the export filters for a selected organisation.
Get organisation verification export status (Admin only)
Retrieve the current status of an organisation verification export and a download link when available.