Base URL
The base URL for API requests ishttps://api.mailchannels.net/inbound/v1. All requests are made to this URL, and must
use HTTPS.
Authentication
All requests to the Provisioning API must contain theX-API-Key header with your API key as the value. Requests
without a valid API key are rejected with a 401 Unauthorized response. API keys are created and managed in the Host
Console under Settings > Account > API Keys. See the Provisioning API guide for
more information about API keys and how to manage them.
Most domain operations also require a subscriptionHandle query parameter that identifies which MailChannels
subscription the domain belongs to. Retrieve your subscription handles from the /subscriptions endpoint.
Rate limits
The API allows up to 100 requests per second per customer. Requests that exceed this limit receive a503 Service Temporarily Unavailable response.
