MarminDeveloper Docs

List business profiles


Retrieves a paginated list of business profiles. See the right panel for the base URL, request sample, and response JSON.

Query parameters

ParameterTypeRequiredDescription
namestring
Optional
Filter by business profile name (partial match, case-insensitive).
emailstring
Optional
Filter by business profile email address.
pageinteger
Optional
Page number (0-indexed). Default: 0.
sizeinteger
Optional
Number of items per page. Default: 10.
Response

Status code: 200 OK

Returns a paginated response containing an array of business profile objects. Results are filtered based on user permissions.

Error responses

StatusDescription
400 Bad RequestInvalid request parameters or validation failed. For validation errors, the response includes field-specific errors.
401 UnauthorizedAuthentication required or invalid token.
500 Internal Server ErrorAn error occurred while processing the request.
Next