Get list of connected accounts

GET {{url}}/api/v1/accounts

Request Params

KeyDatatypeRequiredDescription
account_statusnullThe status of the account. Can be CREATED, SUBMITTED, ACTION_REQUIRED, ACTIVE, SUSPENDED
emailnullThe primary email to be associated with the administration of the account
from_created_atnullThe start date of created_at in ISO8601 format (inclusive)
identifiernullThe identifier that the platform uses to identify a merchant, usually a unique merchant ID.
metadatanullThe metadata of the account. The value should be set in key:value format. (e.g., id:1)
page_numnullPage number, starts from 0
page_sizenullNumber of results per page. Default value is 100., maximum 500
to_created_atnullThe end date of created_at in ISO8601 format (inclusive)