NA - Endpoint for project44 tenants created in the NA region
https://na12.api.project44.com/
EU - Endpoint for project44 tenants created in the EU region
https://eu12.api.project44.com/
Sandbox - Endpoint for project44 tenants created in the sandbox environment
https://na12.api.sandbox.p-44.com/
Manage Client Applications
Operations
Generate Tokens
Operations
Analytics: Port Intelligence
Operations
Query for Port Intelligence.
Request
Retrieves port intelligence data for given ports. Clients must include header Accept: text/csv for CSV format, or else the JSON format will be returned.
Query
locodesstringrequired
Query for port intelligence. Takes 1 to 10 UN/LOCODE codes separated by a comma.
Mock server https://developers.project44.com/_mock/guides/shippers/other/port-intelligence/api/api/v4/analytics/port-intelligence/summary
NA - Endpoint for project44 tenants created in the NA region https://na12.api.project44.com/api/v4/analytics/port-intelligence/summary
EU - Endpoint for project44 tenants created in the EU region https://eu12.api.project44.com/api/v4/analytics/port-intelligence/summary
Sandbox - Endpoint for project44 tenants created in the sandbox environment https://na12.api.sandbox.p-44.com/api/v4/analytics/port-intelligence/summary
curl
Java
Python
Node.js
JavaScript
Go
C#
curl-i-X GET \'https://developers.project44.com/_mock/guides/shippers/other/port-intelligence/api/api/v4/analytics/port-intelligence/summary?locodes=string'\-H'Authorization: Bearer <YOUR_TOKEN_HERE>'