GET
/
ipfs
/
gateways
/
{id}
/
custom_domain
/
{custom_domain_id}
curl --request GET \
  --url https://api.pinata.cloud/v3/ipfs/gateways/{id}/custom_domain/{custom_domain_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "domain": "ipfs.pinata.cloud",
    "domain_validation_status": "pending",
    "custom_domain_id": "87980e39-fe71-4dba-9b05-3dfc66593539",
    "ssl_validation_status": "initializing"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of the target Gateway

custom_domain_id
string
required

Custom domain ID of the target Gateway

Response

200 - application/json
OK

The response is of type object.