Skip to main content
GET
/
gateways
/
plugins
/
marketplace
/
{id}
Get Marketplace Plugin Details
curl --request GET \
  --url https://api.pinata.cloud/v3/gateways/plugins/marketplace/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "image": "<string>",
    "tags": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Response

200 - application/json

OK

data
object