Using cmercury API with Postman
Postman is a powerful tool for building, testing, and managing your API requests.
Postman Collection
- Import our pre-built Postman API Collection to access 50+ request types
- Click here to download the Postman collection: Download Collection
Example: Create a Mailing List
- In Postman, select: List Management → Create Mailing List
- Method: POST
- Enter the API endpoint (auto-filled from collection)
- Add necessary attributes in the Body
- In the Headers, include:
- X-Token: YOUR_API_KEY
- Content-Type: application/json
- Click Send
- View the response in the bottom pane