Endpoint
Authentication
Requires a developer API key in theAuthorization header.
Request Headers
| Header | Value |
|---|---|
Authorization | Bearer <api_key> |
Example Request
Response — 200 OK
Response Fields
| Field | Type | Description |
|---|---|---|
domains | array | Array of domain objects |
domains[].id | string | Unique domain ID |
domains[].domain | string | The domain name |
domains[].verified | boolean | Whether DNS verification has passed |
domains[].verifiedAt | string | null | ISO-8601 timestamp of verification, or null |
domains[].createdAt | string | ISO-8601 creation timestamp |
Error Responses
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Invalid or missing API key |