Mailstack API
cURL
curl --request GET \ --url https://api.customeros.ai/domains/{domain}/mailboxes \ --header 'X-CUSTOMER-OS-API-KEY: <api-key>'
{ "mailboxes": [ { "email": "<string>", "forwardingEnabled": true, "forwardingTo": [ "<string>" ], "password": "<string>", "webmailEnabled": true } ], "requestId": "1234567890abcdef", "status": "success" }
Retrieves all mailboxes configured for the specified domain
Domain name
Successfully retrieved mailboxes
Response containing list of mailboxes and status