F
Flexport Core API v1/v2/v3
Details
- URL
-
https://api.flexport.com - Docs
- https://apidocs.flexport.com/
Authentication
Authorization: Bearer <credential> In the Flexport app, go to Your Business → Settings → API Keys, click Create Key, then copy the token. Flexport's tutorial is Using API Credentials and the in-app page is API Keys Dashboard. Use the key as Authorization: Bearer API_KEY.
Flexport API credential (client ID and client secret for client_credentials) oauth2_cc discovered Set up OAuth ↗
Authorization: Bearer <credential> In the Flexport app, go to Your Business → Settings → API Credentials, click Create Credentials, select the resources to enable, create the credential, then copy the Client ID and Client Secret. Flexport documents this in Using API Credentials. Exchange them at POST https://api.flexport.com/oauth/token with grant_type=client_credentials and audience=https://api.flexport.com to obtain a bearer access token.