Skip to main content
WEBHOOK
group.state_changed
{
  "id": "evt_2d84f1a9c07e",
  "type": "group.state_changed",
  "createdAt": "2026-08-21T15:02:48Z",
  "mode": "live",
  "data": {
    "groupId": "grp_8c2f41d09a3e",
    "companyDomain": "acme.com",
    "previousState": "sandbox",
    "state": "prod"
  }
}

Authorizations

Authorization
string
header
required

Partner API key. psk_test_<32 hex> for test mode, psk_live_<32 hex> for live mode. Keys are stored hashed and cannot be recovered; store them in your secrets manager on issue.

Body

application/json
id
string
required

Event ID. Also sent as the webhook-id header and part of the signed content.

Example:

"evt_9b21c7e4f60a"

type
enum<string>
required
Available options:
ping,
quote.finalized,
enrollment.created,
group.state_changed,
census.processed
createdAt
string<date-time>
required
mode
enum<string>
required
Available options:
test,
live
data
object
required

Event-specific payload.

Response

200

Return any 2xx quickly (under 10 seconds) to acknowledge. Non-2xx responses are retried.