Custom Domain docs
API referencePower

Whether Power can be enabled for this connection yet

GET
/connections/{id}/power:eligibility

Power needs the domain pointing at the edge (connection live or propagating) so the reverse proxy receives its traffic.

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/power: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"}