Sending Requests to the AGW API
Published:
We use HTTP/1.1 as communication protocol to accept requests to the gateway. All NDC requests are sent using the POST HTTP method.
The public endpoint to our NDC Gateway remains immutable for all NDC requests and it is:
- Version 1.2 (Sandbox): https://api.airgateway.net/v1.2/
- Version 1.2 (Production): https://api.airgateway.com/v1.2/
We require some mandatory basic HTTP headers intended for message formatting:
- Content-Type: application/json
- Accept: application/json
- Authorization: XXXXXXXXXXXXX. You’ll have to send your API token for authentication purposes