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
limit
Max rows to return.
offset
Rows to skip.
search
Case-insensitive filter matched against customer name or email.
Response
A page of customers.
customers
total
Total matching customers (ignores limit/offset).
Errors
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error
502
Bad Gateway Error