Webhook Events
Last updated
Create Webhook: POST /api/v1/webhook-endpoints
Get All Webhooks: GET /api/v1/webhook-endpoints
Update Webhook: PUT /api/v1/webhook-endpoints/{id}
Delete Webhook: DELETE /api/v1/webhook-endpoints/{id}
Regenerate Secret: POST /api/v1/webhook-endpoints/{id}/regenerate
Test Webhook: POST /api/v1/webhook-endpoints/{id}/test
For more details check API Reference
Last updated