Lists all Webhook events which can be subscribed
GET
/webhooksLast modified: 13 days ago
Request
Header Params
X-Integration-Name
string
required
Integration name
Example:
API Documentation
X-Integration-Provider
string
required
Integration provider
Example:
cobra GmbH
X-Cobra-TenantId
string
required
Tenant ID
Example:
12e39e53-ece1-4d8d-8958-e782de1dbef0
X-Integration-Contact
string
optional
Integration contact
Example:
info@cobra.de
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"data": [
{
"id": "80f48afa-4927-43de-9d0d-24cf4aba53cf",
"topic": "event",
"caption": "Event was created",
"fields": [
"Id",
"Name",
"EventNumber",
"Series"
]
},
{
"id": "c029543e-1321-4e40-9172-9e76bbd296e8",
"topic": "People",
"caption": "Person was created",
"fields": [
"Id",
"Firstname",
"Lastname",
"UserMail"
]
}
],
"message": "",
"metaData": null,
"statusCode": 200
}
Last modified: 13 days ago