Get list of Customers
GET {{url}}/api/v1/pa/customers
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from_created_at | null | The start time of created_at in ISO8601 format | |
merchant_customer_id | null | The customer ID on merchant side | |
page_num | null | Page number starting from 0 | |
page_size | null | Number of Customers to be listed per page | |
to_created_at | null | The end time of created_at in ISO8601 format |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-on-behalf-of | string |