API Implementation Guide
This documentation outlines the API endpoints that you, as a Zaymo partner, need to implement on your server. Zaymo will make requests to these endpoints to enable in-email purchase functionality for your customers.Base URL
You will need to provide Zaymo with the base URL of your API implementation. This is the domain where you’ll host these endpoints, for example:https://api.yourdomain.com, we would make requests to endpoints like:
/zaymo/ as the prefix for all Zaymo-related routes.
Authentication
All API endpoints should require authentication using an API key header. For detailed information about implementing authentication, see the Authentication page.Response Format
Your API responses should be returned in JSON format. A typical successful response should have the following structure:Error Handling
When an error occurs, your API should return an appropriate HTTP status code along with a JSON response containing error details:Rate Limits
If you implement rate limiting on your API, please inform Zaymo of your limits so we can optimize our requests accordingly.Need Help?
If you have any questions or need assistance with your API implementation, please contact our support team at support@zaymo.com.