Skip to main content
Interactive workspace

API Console

Configure a request, run it against the gateway, and inspect the response. Credentials stay in this browser session.

Base URLhttps://api.ondgo.ng/flights

Request

POST/api/v1/FlightBooking/Search

Search available flights

View cURL
curl -X POST 'https://api.ondgo.ng/flights/api/v1/FlightBooking/Search' -H 'Content-Type: application/json' -d '{
  "tenantId": "string",
  "originDestinations": [
    {
      "departureAirport": "string",
      "arrivalAirport": "string",
      "departureDate": "string"
    }
  ],
  "passengers": [
    {
      "type": "string",
      "quantity": 1
    }
  ]
}'

Response

Your response will appear here

Choose a sandbox key for safe testing, then send the request.

Sandbox keys return simulated results and cannot move real money. Never paste a production credential into a shared or public computer.