AeroDataBox · Example Payload

Aerodatabox Getwebhooklist Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Getwebhooklist Example is an example object payload from AeroDataBox, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "GetWebhookList",
  "method": "GET",
  "path": "/subscriptions/webhook",
  "summary": "AeroDataBox List Web-hook Subscriptions / FREE TIER",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetWebhookList200Example",
      "example": [
        "example_value"
      ]
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "GetWebhookList400Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "GetWebhookList401Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "451",
      "contentType": "application/json",
      "name": "GetWebhookList451Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "GetWebhookList500Example",
      "example": {
        "message": "example_value"
      }
    }
  ]
}