π Quickstart
Connect to the Transporeon Carrier Interface with Nango and see data flow in 2 minutes. This API uses HTTP Basic Auth β no user redirect required.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Transporeon Carrier Interface (Basic Auth).
2
Connect your Transporeon account
Go to Connections -> Add Test Connection. Enter your Username and Password, select the API Host matching your environment (
xp.transporeon.com for production), then save.3
Call the Transporeon Carrier Interface API
Make your first request. Replace the placeholders with your Environment API key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
4
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own credentials, follow the setup guide linked below.
π Transporeon Carrier Interface integration guides
Nango maintained guides for common use cases.- How do I link my account? Obtain your username and password from Transporeon to connect it to Nango
This API also supports OAuth 2.0 client credentials β see Transporeon Carrier Interface (Client Credentials). The public sandbox (username
demo@123, password demo) only works with this Basic Auth integration, not the OAuth 2.0 one.