List all FinancialAccounts
GET {{baseUrl}}/v1/treasury/financial_accounts
Returns a list of FinancialAccounts.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
created[gt] | string | ||
created[gte] | string | ||
created[lt] | string | ||
created[lte] | string | ||
ending_before | string | An object ID cursor for use in pagination. | |
expand[0] | string | Specifies which fields in the response should be expanded. | |
expand[1] | string | Specifies which fields in the response should be expanded. | |
limit | string | A limit ranging from 1 to 100 (defaults to 10). | |
starting_after | string | An object ID cursor for use in pagination. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |