cURL
curl --request PUT \ --url https://api.pinata.cloud/groups/{id}/cids \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "cids": [ "QmVLwvmGehsrNEvhcCnnsw5RQNseohgEkFNN1848zNzdng", "bafkreih5aznjvttude6c3wbvqeebb6rlx5wkbzyppv7garjiubll2ceym4" ] }'
"OK"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type string.
string