cURL
curl --request GET \ --url https://api.pinata.cloud/v3/groups/{network}/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "01919976-955f-7d06-bd59-72e80743fb95", "name": "Test Private Group", "is_public": false, "created_at": "2024-08-28T14:49:31.246596Z" } }
org:groups: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
The response is of type object.
object