Authorizations
Bearer HTTP authentication. Allowed headers Authorization: Bearer <API_KEY>
Query Parameters
The maximum number of items to return
Required range:
1 <= x <= 30
The cursor to use for pagination
Response
A successful response
The domains registered in your account
Example:
[
{
"id": "dns_01jh8xggryggczvjv4xfff4rwn",
"org_id": "org_01jh6jk82zjq9deye73h0mzcaq",
"name": "info.tomlinson.ai",
"status": "bootstrapping",
"sending_status": "disabled",
"status_at": "2025-01-10T20:11:55.038Z",
"created_at": "2025-01-10T20:11:55.038Z",
"modified_at": "2025-01-10T20:11:55.038Z",
"region": "eu-west-1",
"kind": "domain"
}
]