cURL
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>" ] } }
org:gateways:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes