GET
/
v1
/
domains
curl --request GET \
  --url https://app.unsend.dev/api/v1/domains
[
  {
    "id": 1,
    "name": "example.com",
    "teamId": 1,
    "status": "NOT_STARTED",
    "region": "us-east-1",
    "clickTracking": false,
    "openTracking": false,
    "publicKey": "<string>",
    "dkimStatus": "<string>",
    "spfDetails": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "dmarcAdded": false,
    "isVerifying": false,
    "errorMessage": "<string>",
    "subdomain": "<string>"
  }
]

Response

200 - application/json

Retrieve the user

The response is of type object[].