Log inBook a demo
GuidesAPI Reference
GuidesAPI Reference
  • API Reference
Logo
Log inBook a demo
API ReferenceWebhooks

GET
https://app.polytomic.com/api/webhooks
GET
/api/webhooks
1curl https://app.polytomic.com/api/webhooks \
2 -H "Authorization: Bearer <token>"
Try it
1{
2 "data": [
3 {
4 "created_at": "2024-01-01T00:00:00Z",
5 "disabled": true,
6 "endpoint": "https://example.com/webhook",
7 "id": "248df4b7-aa70-47b8-a036-33ac447e668d",
8 "organization_id": "248df4b7-aa70-47b8-a036-33ac447e668d",
9 "secret": "secret"
10 }
11 ]
12}
Was this page helpful?
Previous

Create Webhook

Next
Built with

Webooks can be set up using the webhook API endpoints. Currently, only one webhook may be created per organization. The webhook will be called for events in that organization.

Consult the Events documentation for more information.

List Webhooks

Authentication

AuthorizationBearer

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

Headers

X-Polytomic-VersionstringOptional

Response

OK
datalist of objects or null

Errors