Skip to main content
GET
/
v1
/
domains
List organization domains
curl --request GET \
  --url https://api.mail.gorillaa.one/v1/domains \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "domain": "<string>",
      "verification_status": "pending",
      "warming_status": "not_started",
      "is_default": true,
      "records": [
        {
          "type": "TXT",
          "host": "<string>",
          "value": "<string>",
          "purpose": "verification",
          "verified": true,
          "ttl": 123,
          "priority": 123
        }
      ],
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "subdomain": "<string>",
      "verified_at": "2023-11-07T05:31:56Z",
      "dkim_selector": "<string>",
      "dkim_status": "<string>",
      "warming_current_limit": 123,
      "reputation_score": 50
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

API key authentication. Pass your Gorillaa Mail API key as a Bearer token.

Example: Authorization: Bearer grl_live_xxxxxxxxxxxx

Keys prefixed grl_test_ operate in test mode with reduced limits.

Response

List of domains

data
object[]
required
total
integer
required

Total number of domains