API Reference
Stripe-style reference for the Mercel REST API — endpoints, parameters, and example responses.
The Mercel API is a JSON-over-HTTPS REST interface. Every endpoint accepts and returns JSON, uses standard HTTP verbs, and surfaces errors with conventional status codes.
The base URL is:
https://api.mercel.appHow this reference is organized
- Versioning, Authentication, Pagination, Errors, and Rate limits at the top of the sidebar describe rules that apply to every endpoint.
- Core resources lists every endpoint grouped by the resource it operates on. Each endpoint page shows its parameters on the left and a
curlexample with a successful JSON response on the right.
If you're new to Mercel, start with the Quickstart on the Developers track for a guided walkthrough. This reference focuses on the spec.