Auto Transport API
Book Safe, Reliable Auto Transport via API - Powered by AMG Transport Co
1 subscribers
8 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Auto Transport API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Vehicles | ||
| GET |
get_vehicle_types_v1_vehicles_types_get /v1/vehicles/types |
Returns the supported vehicle types for quoting and booking. |
| Quotes | ||
| POST |
create_quote_v1_quotes_post /v1/quotes |
Generates a transport quote for the provided vehicles and route via Super Dispatch API. Creates records in the CRM (`people` and `loads`). |
| Shipments | ||
| GET |
get_shipment_v1_shipments__shipment_id__get /v1/shipments/{shipment_id} |
Retrieves the full details of a shipment by ID. |
| GET |
get_shipment_tracking_v1_shipments__shipment_id__tracking_get /v1/shipments/{shipment_id}/tracking |
Retrieves the current tracking and payment status of a shipment. Use this to confirm whether the customer has completed their deposit payment. |
| POST |
book_shipment_v1_shipments_post /v1/shipments |
Converts a quote into a booked shipment. Records the shipment in `booked_loads` and updates the corresponding load to "Booked". Returns a payment_url — send this to the customer… |
| Webhooks | ||
| POST |
register_webhook_v1_webhooks_post /v1/webhooks |
Registers a URL to receive real-time webhook events for shipments and quotes. |
| health | ||
| GET |
health_check_health_get /health |
|
| v1 | ||
| GET |
read_partner_me_v1_me_get /v1/me |
Returns information about the current authenticated API key. Useful for AI Agents to verify their identity and environment. |
Auto Transport API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / second |
|