githubEdit

Get a Webhook

Gets a specified webhookarrow-up-right.

Gets a specified webhook.

Code:

await seam.webhooks.get({ webhook_id: "e5f1b17c-c67d-469d-a860-9510cf814657" });

Output:

{
  "event_types": ["device.connected", "device.disconnected"],
  "secret": "mySecret",
  "url": "https://example.com/webhook",
  "webhook_id": "e5f1b17c-c67d-469d-a860-9510cf814657"
}
chevron-rightAuthentication Methodshashtag
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

Request Parameters

webhook_id String (Required)

ID of the webhook that you want to get.


Response

circle-check

Last updated

Was this helpful?