Skip to main content
GET
/
apps
/
{app_id}
/
domain
Get custom domain info
curl --request GET \
  --url https://shardcloud.app/api/apps/{app_id}/domain \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "hostname": "<string>",
  "status": "<string>",
  "ownership_verification": {},
  "ownership_verification_http": {},
  "ssl": {},
  "custom_metadata": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string<uuid>
required

Response

Custom domain information

id
string
hostname
string
status
string
ownership_verification
object
ownership_verification_http
object
ssl
object
custom_metadata
object
I