GET
/merchants
List merchants
Merchants
Description
Retrieve a paginated list of your merchant businesses.
Returns 30 merchants per page, ordered by most recent first.
Authentication Required: User must be authenticated and have the 'merchant' feature flag.
Users can only see their own merchant businesses.
Parameters
page
integer
query
Page number for pagination (defaults to page 1 for invalid values)
Responses
200
Successful response
application/jsonstatusstring
Example:
successdataarray
current_pageinteger
Example:
1total_resultsinteger
Example:
10total_pagesinteger
Example:
1
401
Authentication required
application/jsonExample:
{
"status": "error",
"message": "Not authenticated or insufficient permissions"
}
403
Insufficient permissions - user must be merchant
application/jsonExample:
{
"status": "error",
"message": "Feature merchant required"
}