Customer Information Service

Customer Information Service

0.1.0OAS 3.0

KongAir Customer Information service provides customer information
(payment methods, contact info, frequent flyer, etc…)

API Base URL
  • Server 1:https://shared-services.kong-sales-engineering.com/kongair

    KongAir API Server

Security
basicAuth (http)

Basic authentication is a simple authentication scheme built into the HTTP protocol.
To use it, send your HTTP requests with an Authorization header that contains the word Basic
followed by a space and a base64-encoded string username:password.

Example: Authorization: Basic ZGVtbzpwQDU1dzByZA==