Get a list of global accounts
GET {{url}}/api/v1/global_accounts
Request Params
Key | Datatype | Required | Description |
---|
country_code | null | | country_code |
currency | null | | currency |
from_created_at | null | | The start date of created_at in ISO8601 format (inclusive) |
nick_name | null | | nick_name |
page_num | null | | Page number, starts from 0 |
page_size | null | | Number of results per page. Default value is 100. |
status | null | | status of the account |
to_created_at | null | | The end date of created_at in ISO8601 format (inclusive) |
Key | Datatype | Required | Description |
---|
x-on-behalf-of | string | | The connected account's ID. |