Truztcube Docs
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/exports
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