To authenticate, add an
authorization header to your API request that contains an API key.authorization where the contents of the header is your API Secret Key.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate to the Mailercloud API with an API key in the authorization header.
authorization header to your API request that contains an API key.authorization where the contents of the header is your API Secret Key.
curl --request POST \
--url https://cloudapi.mailercloud.com/v1/campaign \
--header 'Authorization: Your API key here' \
--header 'Content-Type: application/json'