cURL
curl --request GET \ --url https://api.pinata.cloud/v3/ipfs/swap/{cid} \ --header 'Authorization: Bearer <token>'
{ "data": [ { "mappedCid": "QmXog19G7QvqHQUMH4R6aCaq8J9qfKAU9ethr51PUjtKjM", "createdAt": "2024-08-18T19:36:29.442559Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The original CID that is in the Gateway path
The domain of the gateway that has the Hot Swaps plugin installed
OK
Show child attributes