Skip to main content
POST
/
v3
/
teams
/
{team}
/
custom-domains
/
{domain}
/
recheck
Recheck Domain
curl --request POST \
  --url https://app.plugchoice.com/api/v3/teams/{team}/custom-domains/{domain}/recheck \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "hostname": "<string>",
  "status": "<string>",
  "ssl_status": "<string>",
  "can_retry": true,
  "activated_at": "<string>"
}
Rechecks the DNS and SSL configuration of a custom domain with Cloudflare. This endpoint is rate-limited to one request per minute per domain.
team
string
required
The UUID of the team.
domain
integer
required
The ID of the custom domain.

Response

id
integer
The numeric ID of the custom domain.
hostname
string
The registered hostname.
status
string
The updated domain status (e.g., pending, active, failed).
ssl_status
string
The updated SSL certificate status (e.g., pending, active, failed).
can_retry
boolean
Whether the provisioning can be retried.
activated_at
string
ISO 8601 timestamp of when the domain was activated. null if not yet active.