GET
/
v1
/
webhooks
curl
curl -X GET "https://dev-partner-api.sannos.ai/v1/webhooks" \
  -H "X-API-Key: $EVE_COMPANY_KEY"
{
  "id": "<string>",
  "url": "<string>",
  "eventTypes": [
    "<string>"
  ],
  "isActive": true,
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "recentDeliveries": {
    "total": 123,
    "delivered": 123,
    "failed": 123,
    "lastDeliveredAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

X-API-Key
string
header
required

API Key provided by Eve Admin Portal. Include this header in all authenticated requests.

Response

id
string
url
string
eventTypes
string[]
isActive
boolean
createdAt
string<date-time>
updatedAt
string<date-time> | null
recentDeliveries
object