cURL
curl --request POST \ --url https://api.pinata.cloud/v3/groups/{network} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Test Group 3" }'
{ "data": { "id": "01919976-955f-7d06-bd59-72e80743fb95", "name": "Test Private Group", "public": false, "created_at": "2024-08-28T14:49:31.246596Z" } }
org:groups:write
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