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.
Authentication
AuthorizationBearer
This API uses OAuth 2.0 for authentication.
Query parameters
limit
Maximum number of merchants to return
offset
Number of merchants to skip for pagination (default 0)
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
Errors
400
Bad Request Error
401
Unauthorized Error