Unseal Space
REST APIRegistered domains

Check availability + price for up to 20 domains

POST
/domain/check
x-api-key<token>

Workspace-owned API key with per-resource permissions.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

domains*array<>
Items1 <= items <= 20

Response Body

application/json

curl -X POST "https://example.com/domain/check" \  -H "Content-Type: application/json" \  -d '{    "domains": [      "string"    ]  }'
{  "results": [    {      "name": "string",      "registrable": true,      "reason": "string",      "premium": true,      "pricing": {        "currency": "string",        "registrationCost": 0,        "renewalCost": 0      }    }  ]}