Skip to main content
GET
/
webhooks
List webhook subscriptions
curl --request GET \
  --url https://api.getovra.com/webhooks \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "url": "<string>",
    "events": [
      "<string>"
    ],
    "status": "<string>"
  }
]

Authorizations

Authorization
string
header
required

API key (sk_...) or Agent token (at_...)

Response

Array of webhook summaries

id
string
url
string
events
string[]
status
string