AeroDataBox · Example Payload

Aerodatabox Refillbalance Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Refillbalance 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": "RefillBalance",
  "method": "POST",
  "path": "/subscriptions/balance/refill",
  "summary": "AeroDataBox Refill Web-hook Subscription Balance / TIER 1",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "RefillBalance200Example",
      "example": {
        "creditsRemaining": 100,
        "lastRefilledUtc": "2025-03-15T14:30:00Z",
        "lastDeductedUtc": "2025-03-15T14:30:00Z"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "RefillBalance400Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "RefillBalance401Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "451",
      "contentType": "application/json",
      "name": "RefillBalance451Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "RefillBalance500Example",
      "example": {
        "message": "example_value"
      }
    }
  ]
}