curl --request GET \
--url https://app.plugchoice.com/api/v3/teams/{team}/custom-domains/{domain}/status \
--header 'Authorization: Bearer <token>'{
"id": 123,
"hostname": "<string>",
"status": "<string>",
"ssl_status": "<string>",
"can_retry": true,
"activated_at": "<string>"
}curl --request GET \
--url https://app.plugchoice.com/api/v3/teams/{team}/custom-domains/{domain}/status \
--header 'Authorization: Bearer <token>'{
"id": 123,
"hostname": "<string>",
"status": "<string>",
"ssl_status": "<string>",
"can_retry": true,
"activated_at": "<string>"
}Returns the current setup status of a custom domain, including SSL certificate status and activation state.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
pending, active, failed).pending, active, failed).null if not yet active.