cURL
curl --request POST \ --url https://api.pinata.cloud/v3/gateways/plugins/{gateway_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "plugin_id": 1 }'
{ "data": { "gateway_id": "3ced949f-2013-47a0-8f4a-f8d8e8ee14ac", "plugin_id": 1 } }
org:gateways:write
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