Unseal Space
REST APIRegistered domains

Poll a pending domain registration

GET
/domain/registrations/{domain}/status
x-api-key<token>

Workspace-owned API key with per-resource permissions.

In: header

Path Parameters

domain*string
Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/domain/registrations/string/status"
{  "domainName": "string",  "status": "in_progress"}