PATCH
/
group
/
{id}
/
image
curl --request PATCH \
  --url https://api.interacto.io/group/{id}/image \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "imageUrl": "https://fastly.picsum.photos/id/821/200/300.jpg?hmac=-CLZlHMcIt8hXlUFZ4-3AvLYDsUJSwUeTri-zHDlnoA"
}'
{
  "id": "66c266130c991c46299dedf8",
  "wpId": "120363321438738644@g.us",
  "instanceId": "66a09db606fd14660c8fc1d0",
  "name": "My Cool Group",
  "image": "",
  "participants": [
    "551199999999",
    "551188888888"
  ],
  "admins": []
}

Authorizations

Authorization
string
header
required

API Key needed to access the endpoints

Path Parameters

id
string
required

Body

application/json

Response

200
application/json

Busca todos os grupos que voce tem

The response is of type object.