The Developer Tools scope authorizes a key to be used for the Programmatic Webhooks API.
- Get Webhooks:
GET /webhooks
- Create Webhook:
POST /webhooks
- Delete Webhook:
DELETE /webhooks/{id}
- Update Webhook:
PUT /webhooks/{id}
The Developer Tools scope authorizes a key to be used for the Programmatic Webhooks API.
GET /webhooks
POST /webhooks
DELETE /webhooks/{id}
PUT /webhooks/{id}