Skip to main content
GET
/
v2
/
notifications
/
webhooks
/
events
/
{event-id}
Get Webhook Event by ID
curl --request GET \
  --url https://api.avenia.io:8443/v2/v2/notifications/webhooks/events/{event-id} \
  --header 'Authorization: Bearer <token>'
{
  "event": {
    "id": "<string>",
    "subscription": "<string>",
    "dataId": "<string>",
    "data": {
      "status": "<string>",
      "level": "<string>"
    },
    "createdAt": "<string>"
  }
}

Get Webhook Event by ID

GET request to /v2/notifications/webhooks/events/

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

event-id
string
required

ID of the event

Response

OK

event
object
required