cURL
curl --request GET \ --url https://api.pinata.cloud/v3/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" } }
org:gateways:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the target Gateway
Custom domain ID of the target Gateway
OK
The response is of type object.
object