Skip to main content
POST
Set group name

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Body

application/json
groupJid
string
required

Group JID (<id>@g.us).

Example:

"120363012345678901@g.us"

name
string
required

New group name.

Example:

"Sales Team"

Response

Success — provider-native response body.

Envelope returned for Set group name. This is an action endpoint: on success only a status message is returned (no data).

message
string

Always "success" on HTTP 200.