GET
/
ipfs
/
gateways
/
exists
/
{domain}
curl --request GET \
  --url https://api.pinata.cloud/v3/ipfs/gateways/exists/{domain} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "exists": true
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

domain
string
required

Response

200 - application/json
OK

The response is of type object.