Truztcube Docs
API ReferenceVerifications

Request verification export

Create a verification export for the authenticated organisation. Small exports complete immediately; larger exports are processed asynchronously.

POST/v1/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/verifications/exports" \  -H "idempotency-key: string" \  -H "Content-Type: application/json" \  -d '{    "format": "xlsx"  }'
Empty