1. Webhooks
  • API Overview
  • Registration
    • Create/Update Registration
      POST
    • Delete Registration
      DELETE
    • Get Registrations
      GET
  • Event
    • Get Event
      GET
  • Webhooks
    • Create webhook
      POST
    • Update webhook
      PUT
    • Delete webhook
      DELETE
    • List webhook
      GET
  1. Webhooks

List webhook

Prod Env
Prod Env
GET
{{integ_url}}v1/webhooks/{{organization_id}}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff '{{integ_url}}v1/webhooks/{{organization_id}}?q={{event_id}}' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2026-08-20 12:29:45
Previous
Delete webhook
Built with