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