Echo Global Logistics · Example Payload

Get Oauth Token

Example request for obtaining an OAuth 2.0 access token via the EchoSync Authorizer API

FreightLogisticsShippingLTLTruckloadFreight BrokerageTransportationSupply Chain

Get Oauth Token is an example object payload from Echo Global Logistics, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

exampledescriptionrequestresponsenotes

Example Payload

Raw ↑
{
  "example": "Get OAuth 2.0 Bearer Token",
  "description": "Example request for obtaining an OAuth 2.0 access token via the EchoSync Authorizer API",
  "request": {
    "method": "POST",
    "url": "https://auth.echo.com/token",
    "headers": {
      "x-api-key": "{your_api_key}",
      "Content-Type": "application/x-www-form-urlencoded"
    },
    "body": "client_id={your_client_id}&client_secret={your_client_secret}&grant_type=client_credentials&scope=loads:read"
  },
  "response": {
    "status": 200,
    "body": {
      "access_token": "NWE4Nzg2ZDEtNzQyMS00ZDViLThjMjctMGQwNjlmZjU5MWNkBGjFElT7CWzl0d....",
      "expires_in": 3600,
      "token_type": "Bearer",
      "scope": "loads:read"
    }
  },
  "notes": [
    "Token is valid for expires_in seconds (typically 3600 = 1 hour).",
    "Do not request a new token until the current one expires.",
    "Rate limit: do not exceed 3 requests per second.",
    "Available scopes: quotes:create, tender:action, load_status:read, invoice:read, connect_api:action, loads:read, loads:action"
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/get-oauth-token"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.