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