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"
}
},
"result": [
{
"name": "string",
"label": "string",
"description": "string",
"model": "string"
}
]
}{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z",
"path": "string"
},
"errors": [
{
"code": 0,
"message": "string"
}
],
"result": {}
}{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z",
"path": "string"
},
"errors": [
{
"code": 0,
"message": "string"
}
],
"result": {}
}{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z",
"path": "string"
},
"errors": [
{
"code": 0,
"message": "string"
}
],
"result": {}
}application/json
application/json
application/json
application/json
Last updated on
curl -X GET "https://api-sandbox.fndev.net/api/v1/webhooks/events?model=string"