Skip to main content

Test Webhook (v1)

Test endpoint to verify webhook endpoint is active.

Method & Path

GET /v1/webhooks

Description

A simple GET endpoint to verify that the webhook endpoint is active and accessible. Useful for health checks and testing webhook connectivity.

Authentication

None required - This is a public endpoint.

Headers

None required.

Query Parameters

None.

Request Body

None.

Response 200 OK

{
"success": true,
"message": "Webhook endpoint is active"
}

Common Errors

  • 500 Internal Server Error: Server error
note

This is a simple health check endpoint. Use it to verify webhook endpoint availability.