cURL
curl --request GET \ --url https://api.pinata.cloud/v3/files/{network}/signature/{cid} \ --header 'Authorization: Bearer <token>'
{ "data": { "cid": "QmXGeVy9dVwfuFJmvbzz8y4dYK1TdxXbDGzwbNuyZ5xXSU", "signature": "0x1ba6c2a8412dc9b0be37b013ea5bddd97251dab4d435cc9c4c7bcf331d4017ca2de07485ad6a15ce60d3700cee802787bc7ede0c112c7843f702bb1e71b750911b" } }
org:files:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Target either the public or private IPFS network
public
private
Target CID
OK
The response is of type object.
object