List Transactions
Query Parameters
- Type: integer · Limitlimitmin:1max:100
Integer numbers.
- Type: string · After nullableafter
- Type: string · Before nullablebefore
Responses
- application/json
- application/json
Request Example for get/v1/transactions/
curl 'https://api.sandbox.vatcompliance.com/v1/transactions/?limit=20&after=&before=' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "data": [ { "external_created_at": "2024-01-01T12:00:00Z", "external_updated_at": "2024-01-01T12:00:00Z", "created_at": "2024-01-01T12:00:00Z", "updated_at": "2024-01-01T12:00:00Z", "id": "550e8400-e29b-41d4-a716-446655440000", "tenant_id": "550e8400-e29b-41d4-a716-446655440000", "external_id": "INV-2024-00456",