Skip to main content
GET
/
application
/
{applicationId}
/
checkCustomDomain
Check Application Custom Domain
curl --request GET \
  --url https://api.qovery.com/application/{applicationId}/checkCustomDomain \
  --header 'Authorization: <api-key>'
{
  "results": [
    {
      "domain_name": "my.domain.tld",
      "status": "RESOLVES_TO_IP",
      "error_details": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Prefix your token with "Token ". Curl Example: curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token"

Path Parameters

applicationId
string<uuid>
required

Application ID

Response

Check Application Custom Domain

results
CheckedCustomDomainResponse · object[]
required