List merchants
Retrieve a list of merchants accessible to the authenticated user. Returns merchants where the current user is associated as a sales officer, sales partner, or distributor client.
Query parameters
limit
Maximum number of merchants to return (default 100, max 1000)
offset
Number of merchants to skip for pagination (default 0)
merchant_status
Filter by merchant status
platform
Filter by platform
Allowed values:
rep_code
Filter by representative code
Response
Merchants retrieved successfully
items
Array of merchant records
hasMore
Whether there are more merchants available
limit
The limit parameter used for this request
offset
The offset parameter used for this request
count
Number of merchants returned in this response
links
HATEOAS links for pagination and related resources