Truztcube Docs
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-estimate
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