Field NationDeveloper Platform
Field NationDeveloper Platform
Overview
List Webhook Events GET
Events

List Webhook Events


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).

GET
/api/v1/webhooks/events

Authorization

bearer
AuthorizationBearer <token>

Standard HTTP Bearer authentication using JWT. Provide your API key in the Authorization header as 'Bearer '.

In: header

Query Parameters

model?string

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": {}
}

Response Body

application/json

application/json

application/json

application/json

Last updated on

Create Webhook POST

Previous Page

List Delivery Logs GET

Next Page

curl -X GET "https://api-sandbox.fndev.net/api/v1/webhooks/events?model=string"