Get list of connected accounts
GET {{url}}/api/v1/accounts
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
account_status | null | The status of the account. Can be CREATED, SUBMITTED, ACTION_REQUIRED, ACTIVE, SUSPENDED | |
email | null | The primary email to be associated with the administration of the account | |
from_created_at | null | The start date of created_at in ISO8601 format (inclusive) | |
identifier | null | The identifier that the platform uses to identify a merchant, usually a unique merchant ID. | |
metadata | null | The metadata of the account. The value should be set in key:value format. (e.g., id:1) | |
page_num | null | Page number, starts from 0 | |
page_size | null | Number of results per page. Default value is 100., maximum 500 | |
to_created_at | null | The end date of created_at in ISO8601 format (inclusive) |