Skip to main content
GET
/
domains
cURL
curl --request GET \
  --url https://api.useanima.sh/v1/domains \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "domain": "<string>",
      "verified": true,
      "verificationCooldownUntil": "2023-11-07T05:31:56Z",
      "verificationToken": "<string>",
      "dkimSelector": "<string>",
      "dkimPublicKey": "<string>",
      "spfConfigured": true,
      "dmarcConfigured": true,
      "mxConfigured": true,
      "feedbackEnabled": true,
      "records": [
        {
          "name": "<string>",
          "value": "<string>",
          "priority": 123
        }
      ],
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Response

200 - application/json

OK

Domain list response

items
object[]
required

List of domains