Retrieve a list of merchants with pagination.
Documentation Index
Fetch the complete documentation index at: https://docs.eximpe.com/llms.txt
Use this file to discover all available pages before exploring further.
| Name | Type | Required | Description |
|---|---|---|---|
| page | integer | No | Page number (default: 1) |
| page_size | integer | No | Number of results per page (default: 10) |
| search | string | No | Search by brand name or legal name |
| ordering | string | No | Sort field. Prefix with - for descending. Options: created_at, last_updated_at |
| Name | Type | Description |
|---|---|---|
| id | string | Unique merchant identifier |
| brand_name | string | Brand/trade name of the sub-merchant |
| kyc_status | string | Current KYC status (PENDING, IN_REVIEW, CHANGES_REQUESTED, APPROVED, REJECTED) |
| created_at | string | ISO 8601 timestamp of creation |
Client Application ID - Your unique application identifier used to authenticate API requests. You can find your Client ID in the Developer Settings section of the merchant dashboard.
Client Secret Key - Your secret key used alongside the Client ID for secure authentication. Keep this confidential and never expose it in client-side code. Available in the Developer Settings section of the merchant dashboard.
API Version - Specifies which version of the API to use (e.g., '1.X.X', '2.X.X', or '3.X.X'). This header allows you to control which API version your integration uses. Default version information is available in the Developer Settings.