Advanced-Webhooks

Number of APIs: 7

  1. Create un-enabled webhook subscription POST {{proxiedPublicURL}}/webhooks

  2. List all webhooks GET {{proxiedPublicURL}}/webhooks

  3. Retrieve a webhook subscription GET {{proxiedPublicURL}}/webhooks/{{latestWebhookID}}

  4. Update a webhook subscription PATCH {{proxiedPublicURL}}/webhooks/{{latestWebhookID}}

  5. Test a webhook POST {{proxiedPublicURL}}/webhooks/{{latestWebhookID}}/test

  6. Get signing keys GET {{proxiedPublicURL}}/auth/verify_keys

  7. Delete a webhook subscription DELETE {{proxiedPublicURL}}/webhooks/{{latestWebhookID}}