Deplo
API Reference

Verify DNS CNAME for custom domain

Checks that the custom domain has a CNAME record pointing to proxy.deplo.sh. Sets custom_domain_status to "active" on success or "error" on failure.

POST
/projects/{projectId}/verify-domain
AuthorizationBearer <token>

Enter your JWT token

In: header

Path Parameters

projectId*string

Project ID

Header Parameters

X-Workspace-Id?string

Required when authenticating with a JWT (not needed for API tokens)

Response Body

application/json

curl -X POST "https://loading/projects/string/verify-domain"
{
  "status": "active"
}
Empty