Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

e2open Tracking API

Container and shipment tracking

e2open Tracking API is one of 6 APIs that e2open publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tracking. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 2 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.inttra.com/v1.

2 operations 2 paths 5 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.e2open.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

e2open Tracking API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token obtained from the INTTRA identity service

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Tracking 2

Container and shipment tracking

GET
/tracking/{containerNumber}
Track a container by number
trackContainer 1 param → 200404
GET
/tracking/booking/{bookingId}
Track shipment by booking reference
trackBooking 1 param → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are TrackingEvent (7 properties), ContainerTracking (6 properties), Error (3 properties), Location (3 properties). Each schema is shown below with its type and property counts.

Vessel
object
3 properties
ContainerTracking
object
6 properties
Location
object
3 properties
TrackingEvent
object
7 properties
Error
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

e2open-tracking-api-openapi.yml Raw ↑

Other APIs e2open publishes across the network.

E2open Supply Chain Platform API
E2open Transportation Management API
e2open Bookings API
e2open Schedules API
e2open Shipping Instructions API