Gateway Plugins
Get Marketplace Plugin Details
Gateway Plugins
Get Marketplace Plugin Details
GET
/
ipfs
/
plugins_marketplace
/
{id}
curl --request GET \
--url https://api.pinata.cloud/v3/ipfs/plugins_marketplace/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": 1,
"name": "Content Addressable Attestation",
"description": "Verify the authenticity and ownership of files added to the IPFS network by signing them with your Ethereum wallet.",
"image": "https://mktg.mypinata.cloud/ipfs/QmVm3jRZ7S2KMmYEvkmkwncRCmBSUEuzNKfm2AgJkfBGKZ",
"tags": [
"verifiability",
"security"
]
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
curl --request GET \
--url https://api.pinata.cloud/v3/ipfs/plugins_marketplace/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": 1,
"name": "Content Addressable Attestation",
"description": "Verify the authenticity and ownership of files added to the IPFS network by signing them with your Ethereum wallet.",
"image": "https://mktg.mypinata.cloud/ipfs/QmVm3jRZ7S2KMmYEvkmkwncRCmBSUEuzNKfm2AgJkfBGKZ",
"tags": [
"verifiability",
"security"
]
}
}