List customers

Lists billing customers for the authenticated organization from the org-scoped MVS Pay database. Supports pagination and a case-insensitive search over customer name and email. Each row is returned in a normalized shape (first_name/last_name derived by splitting the stored name).

Authentication

x-api-keystring

A scoped MvsPayApiKey, e.g. mvspay_live_…. Mint and scope keys from the dashboard (Settings → API Keys).

Query parameters

limitintegerOptionalDefaults to 50
Max rows to return.
offsetintegerOptionalDefaults to 0
Rows to skip.
searchstringOptional

Case-insensitive filter matched against customer name or email.

Response

A page of customers.
customerslist of objects
totalinteger

Total matching customers (ignores limit/offset).

Errors

401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error
502
Bad Gateway Error