Skip to main content
POST
/
webhooks
/
update
await seam.webhooks.update({
  webhook_id: "e294905f-e7a5-4804-95a6-303f440eb262",
  event_types: [
    "device.connected",
    "device.disconnected",
    "device.unmanaged.converted_to_managed",
  ],
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
event_types
string[]
required

Types of events that you want the webhook to receive.

webhook_id
string
required

ID of the webhook that you want to update.

Response

OK

ok
boolean
required