cURL
curl --request GET \ --url https://api.withacclaim.com/v1/treasury_accounts \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "tac_b0TrsSg91h", "name": "Collected Premium", "description": "Treasury account for premium collections", "currency": "USD", "purpose": "Premium", "account_holder_id": "pyee_abc123", "balance": 125000, "created_at": "2025-10-08T18:20:31Z", "updated_at": "2025-10-08T18:25:00Z" } ], "next_cursor": "<string>", "has_more": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Number of items to return.
1 <= x <= 100
Cursor for pagination.
A list of treasury accounts.
Show child attributes