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

limitintegerOptional>=1
Maximum number of merchants to return
offsetintegerOptional>=0Defaults to 0

Number of merchants to skip for pagination (default 0)

Response

Merchants retrieved successfully
itemslist of objects
Array of merchant records
hasMoreboolean
Whether there are more merchants available
limitinteger
The limit parameter used for this request
offsetinteger
The offset parameter used for this request
countinteger
Number of merchants returned in this response

Errors

400
Bad Request Error
401
Unauthorized Error