API ReferenceOrganisation Management
Estimate organisation verification export size (Admin only)
Preview how many verification records match the export filters for a selected organisation.
GET
/v1/organisation-management/verifications/export-estimateAuthorization
bearer AuthorizationBearer <token>
In: header
Query Parameters
referenceId?string
dateFrom?string
dateTo?string
type?array<string>
status?array<string>
format*string
Value in
- "csv"
- "xlsx"
organisationId*string
Response Body
curl -X GET "https://example.com/v1/organisation-management/verifications/export-estimate?format=xlsx&organisationId=org_123456789"Empty
Get organisation verifications (Admin only)
Retrieve all verifications for a specific organisation with pagination. Admin access required.
Request organisation verification export (Admin only)
Create a verification export for a selected organisation. Small exports complete immediately; larger exports are processed asynchronously.