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

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