Skip to main content
Ready to start tracking your ocean shipments and containers? Follow this guide to get up and running. The Terminal49 API uses JSON:API schema. Client libraries are available in almost every language and work with the API out of the box. You can use any HTTP client to interact with the API. Postman is a good option — it provides a graphical interface and supports the OpenAPI specs published with the API. Use the collection below to test endpoints with your API key.

Run in Postman

Get an API key

Sign in to your Terminal49 account and go to the developer portal to get your API key.

Authentication

When passing your API key it should be prefixed with Token. For example, if your API Key is ‘ABC123’ then your Authorization header would look like:
"Authorization": "Token ABC123"