GET
/
ipfs
/
gateway_plugins
curl --request GET \
  --url https://api.pinata.cloud/v3/ipfs/gateway_plugins \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "gateway_id": "2bfaa2ae-b590-4cb4-bb9c-5af43c2c9541",
      "plugin_id": 1
    },
    {
      "gateway_id": "2bfaa2ae-b590-4cb4-bb9c-5af43c2c9541",
      "plugin_id": 2
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
OK
data
object[]