Truztcube Docs

🆕 Get invoices for an organisation

GET/v1/invoices/organisation/{orgId}
AuthorizationBearer <token>

In: header

Path Parameters

orgId*string

Response Body

application/json

curl -X GET "https://example.com/v1/invoices/organisation/string"
{  "success": true,  "statusCode": 200,  "message": "Request processed successfully",  "timestamp": "2025-10-20T16:30:00.000Z",  "path": "/v1/auth/register",  "data": [    {      "id": "string",      "organisationId": "string",      "amount": 0,      "currency": "string",      "status": "string",      "periodStart": "2019-08-24T14:15:22Z",      "periodEnd": "2019-08-24T14:15:22Z",      "dueDate": "2019-08-24T14:15:22Z",      "settlementType": "string",      "transactionId": "string",      "createdAt": "2019-08-24T14:15:22Z"    }  ]}