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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Webhook details

id
string
url
string
events
string[]
status
string