Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
org_id | string | Yes | Clerk organization slug (e.g., company-name-123456) |
When to Call
Call this endpoint after the user completes an Entri flow:- After Part 1: Checks if SSL validation CNAME was added → updates to
SSL_VALIDATING - After Part 2: Checks if www CNAME points to CloudFront → updates to
DEPLOYED
Example Request
Example Responses
Part 1 Complete (SSL CNAME Found)
Part 1 Pending (DNS Propagating)
Part 2 Complete (Fully Deployed)
SSL Validated, Waiting for Part 2
Response Fields
| Field | Type | Description |
|---|---|---|
ssl_cname_found | boolean | True if SSL validation CNAME exists in DNS |
www_cname_found | boolean | True if www CNAME points to CloudFront |
proxy_status | string | Current/updated status |
message | string | Human-readable status message |
Status Transitions
This endpoint updatesproxy_status based on DNS state:
| Current Status | DNS State | New Status |
|---|---|---|
PENDING_VALIDATION | SSL CNAME found | SSL_VALIDATING |
SSL_VALIDATED | www CNAME found | DEPLOYED |
SSL_VALIDATED is handled by the /complete-certificate endpoint which validates, issues, and attaches the certificate.
Proxy Status Flow
/complete-certificate endpoint handles the entire certificate flow (validation, issuance, ACM import, CloudFront attachment) in one call.