Articles in this section

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:

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
Access denied
Access denied