v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Domains

Get the list of all your domains

get/senders/domains

Response

list of domains

Example response

{
  "domains": [
    {
      "id": 1,
      "domain_name": "mycompany.com",
      "authenticated": true,
      "ip": "123.98.689.7"
    }
  ]
}