Developer Workspace
Build against the GATH API without guessing the site structure.
The developer site now uses the same horizontal workbench language as the main site and
portal. That keeps technical guidance clearly separated while still feeling like one
product family.
Service discovery
Quote requests
Orders
Status updates
What you can do
Discover services
Start from the production namespace and inspect the capabilities available to the current account.
Request quotes
Move from service discovery into quote and bulk-quote flows once credentials are available.
Create orders
Use the order creation route after quote acceptance.
Track status
Order lookup and status endpoints support later customer-facing workflows.
Quick start
Request an API key from the GATH team, then call the service discovery endpoint first.
curl -X GET "https://api.gathlogistics.com/wp-json/gath/v1/services" \
-H "Authorization: Bearer YOUR_API_KEY"
Production note
The live namespace returns missing_api_key when the request is valid but unauthenticated. That is expected behavior.
Recommended integration shape
- Call service discovery to understand the available capabilities for the current account.
- Create quote requests for rates or bulk-quote workflows.
- Create an order when a quote is accepted.
- Use order lookup and status endpoints to track execution.