v6
latestOpenAPI 3.1.02026-07-311856741.1 MBcustomer_seat.claimed
Sent when a customer seat is claimed.
This event is triggered when a customer accepts the seat invitation and claims their access.
postWebhookcustomer_seat.claimed
Payload
Example payload
{
"type": "customer_seat.claimed",
"data": {
"member": {
"email": "member@example.com",
"name": "Jane Doe",
"external_id": "usr_1337"
}
}
}Response
Successful Response
{"stackTrail":"webhooks:customer_seat.claimed:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}