API ReferenceSchemas
AccountsResponse
Response schema for a list of accounts
Response schema for a list of accounts
Example
{ "data": [ { "created_at": "2017-09-12T12:34:55Z", "id": "acct_d025a96ac0c6", "name": "Tender Medical", "object": "account", "updated_at": "2017-09-13T10:11:12Z" } ], "meta": { "current_page": 1, "page_size": 10, "total_count": 50, "total_pages": 5 }}