Overview

The ASN Push API is developed, owned and supported by TI. When an ASN is triggered, this API will immediately send the latest ASN to your authorized API for TI direct and TI.com orders.

If you would like to receive push notifications by API calls, you will need to build and maintain this API to receive TI’s push notifications according to the following requirements

  • Provide your API’s end point URLs to TI (one for test and one for production).
  • All API traffic must be over an HTTPS secure channel.
  • This API should implement a security scheme to restrict access. TI’s system currently supports Basic Authentication if required and you will need to provide the accesscredentials to TI.
  • HTTP method is POST.
  • TI will call your API with a JSON payload: Content-Type:"application/json"
  • If required, an additional HTTP header could be passed along with the request to identify the connection from TI.  For example:x-api-key: 81693036-cf61-4a3b-a007-b771e431f5e4You would then provide this x-api-key to TI.