Truztcube Docs
API ReferenceOrganisation Management

Export organisation transactions (Admin only)

Export all transactions for a specific organisation. Admin access required.

POST/v1/organisation-management/transactions/export
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/v1/organisation-management/transactions/export" \  -H "Content-Type: application/json" \  -d '{    "organisationId": "usr_cjld2cjxh0000qzrmn831i7rn"  }'
Empty