Authentication
All API requests require a Bearer token. Pass your API key in the Authorization header. Keys start with sk_live_.
curl https://paymavo.com/api/v1/invoices \
-H "Authorization: Bearer sk_live_YOUR_API_KEY"401
401 — Unauthorized — Missing or invalid API key.
403
403 — Forbidden — Your key is valid but you are on the Free plan (Pro required).