Introduction#
Welcome to Zapmail! We're excited to help you begin your journey of creation and innovation. With the Zapmail API, you can seamlessly integrate your services and manage your domains, mailboxes, and much more.Authentication#
Locating Your API Key#
To kick off your experience with the Zapmail API platform, the initial step is to locate your unique API key. This key is crucial for validating your requests. To access your API key, follow these simple steps:1.
Navigate to your Zapmail Dashboard.
Your API key can be found at: Zapmail Dashboard API Settings.Note: If you want to perform operations other than the primary workspace, you need to pass the workspace id
in the headers as x-workspace-key
while making any API request.
Base URL#
All API requests must be sent to the following base URL:https://api.zapmail.ai/api
Rate Limit#
To ensure optimal performance, the rate limit for the Zapmail API is 5 requests per second. Exceeding this limit will result in an error response, so please plan your API calls accordingly.Note: Be mindful of the rate limit and consider implementing retry mechanisms in your application to avoid hitting the limit.
Modified at 2025-01-30 13:16:41