Typescript (SDK)
Sites
Verify a site's domain
Checks DNS/SSL status with the CDN and advances the domain’s verification state. Safe to call repeatedly (idempotent).
POST
Typescript (SDK)
Authorizations
API key in the format: Bearer {api_token}
Path Parameters
The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")
The domain's prefix ID (e.g., "dom_abc123")
Response
Current verification state
Available options:
pending, ssl_pending, active, error, null 
