List all available webhook events that you can subscribe to, with basic details about each event.
List all available webhook events that you can subscribe to, with basic details about each event. Use the optional model query parameter to filter events for a specific model type (for example, WorkOrder or Provider).
bearer Standard HTTP Bearer authentication using JWT. Provide your API key in the Authorization header as 'Bearer '.
In: header
Specify the model for filtering events
curl -X GET "https://api-sandbox.fndev.net/api/v1/webhooks/events?model=string"{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z",
"query": {
"model": "string"
},
"count": 0
},
"result": [
{
"event_name": "string",
"label": "string",
"description": "string",
"event_model": "string"
}
]
}{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z",
"path": "string"
},
"errors": [
{
"code": 0,
"message": "string"
}
],
"result": null
}{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z",
"path": "string"
},
"errors": [
{
"code": 0,
"message": "string"
}
],
"result": null
}{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z",
"path": "string"
},
"errors": [
{
"code": 0,
"message": "string"
}
],
"result": null
}application/json
application/json
application/json
application/json
Last updated on