await seam.webhooks.list();
/*
[
{
"event_types": [
"device.connected",
"device.disconnected"
],
"secret": "mySecret",
"url": "https://example.com/webhook",
"webhook_id": "ffe5cc3c-f3f4-48e8-b377-6f76c05d09a1"
}
]
*/{
"webhooks": [
{
"url": "<string>",
"webhook_id": "<string>",
"event_types": [
"<string>"
],
"secret": "<string>"
}
]
}Webhooks
List Webhooks
Returns a list of all webhooks.
GET
/
webhooks
/
list
await seam.webhooks.list();
/*
[
{
"event_types": [
"device.connected",
"device.disconnected"
],
"secret": "mySecret",
"url": "https://example.com/webhook",
"webhook_id": "ffe5cc3c-f3f4-48e8-b377-6f76c05d09a1"
}
]
*/{
"webhooks": [
{
"url": "<string>",
"webhook_id": "<string>",
"event_types": [
"<string>"
],
"secret": "<string>"
}
]
}Was this page helpful?