Custom Domain docs
API referenceSecure

Whether a certificate can be issued for this connection yet

GET
/connections/{id}/ssl:eligibility

Advisory: a certificate is only issuable once the domain points at the edge (connection live or propagating). The widget/console uses this to gate the provision button.

Authorization

AuthorizationBearer <token>

Short-lived widget JWT minted server-side via POST /v1/tokens. Scoped to one application (and optionally one domain).

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/connections/string/ssl:eligibility"
{  "domain": "string",  "eligible": true,  "reason": "string"}
{  "code": "string",  "title": "string",  "details": "string"}
{  "code": "string",  "title": "string",  "details": "string"}
{  "code": "string",  "title": "string",  "details": "string"}