Understanding the API Structure
The cmercury API follows industry-standard REST architecture, using HTTPS and JSON.
Authentication
All API calls must include your unique X-Token in the request headers.
General Usage Guidelines
- Each request must be made via POST
- One request per function — batching is not supported
- Calls are stateless and authenticated using the token