cURL
curl --request GET \ --url https://api.pinata.cloud/v3/files/{network}/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "name": "<string>", "cid": "<string>", "size": 123, "number_of_files": 123, "mime_type": "<string>", "group_id": "<string>", "keyvalues": {}, "created_at": "<string>" } }
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
OK
Show child attributes