GET
/
webhooks
/
{id}
curl --request GET \
  --url https://core.api.ravennahq.com/api/webhooks/{id} \
  --header 'x-ravenna-api-token: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "url": "<string>",
  "secret": "<string>",
  "active": true,
  "eventTypes": [
    "Ticket"
  ],
  "workspaceId": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

x-ravenna-api-token
string
header
required

Path Parameters

id
string
required

Response

200
application/json

Successful response

The response is of type object.