Advanced-Webhooks
Number of APIs: 7
-
Create un-enabled webhook subscription POST {{proxiedPublicURL}}/webhooks
-
List all webhooks GET {{proxiedPublicURL}}/webhooks
-
Retrieve a webhook subscription GET {{proxiedPublicURL}}/webhooks/{{latestWebhookID}}
-
Update a webhook subscription PATCH {{proxiedPublicURL}}/webhooks/{{latestWebhookID}}
-
Test a webhook POST {{proxiedPublicURL}}/webhooks/{{latestWebhookID}}/test
-
Get signing keys GET {{proxiedPublicURL}}/auth/verify_keys
-
Delete a webhook subscription DELETE {{proxiedPublicURL}}/webhooks/{{latestWebhookID}}