POST
/
ipfs
/
gateway_plugins
/
{gateway_id}
curl --request POST \
  --url https://api.pinata.cloud/v3/ipfs/gateway_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
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

gateway_id
string
required

Body

application/json
plugin_id
number

ID of the plugin to install to target gateway

Response

200 - application/json
OK
data
object