Skip to main content
GET
/
v2
/
domain
Tenant Domain
curl --request GET \
  --url https://sending.sendrapp.org/v2/domain \
  --header 'Authorization: <api-key>'
{
  "domains": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "name": "<string>",
      "description": "<string>",
      "sendingEmail": "[email protected]",
      "dnsRecords": [
        {}
      ],
      "isActive": true,
      "isApproved": true,
      "isVerified": true
    }
  ],
  "count": 123
}
Retrieve a list of all domains associated with your tenant. This endpoint provides detailed information about each domain, including its verification status, DNS records, and sending configuration.

Features

  • View domain verification status
  • Check domain configuration details
  • Get DNS records information
  • Monitor domain activity status

Response

  • 200 OK: List of domains retrieved successfully
  • 401 Unauthorized: Invalid API key
The response includes all domains associated with your tenant, regardless of their verification status.
No request body is required. The API key should be provided in the Authorization header.

Authorizations

Authorization
string
header
required

Response

List of domains retrieved successfully

domains
object[]
count
integer

Total number of domains