API Sandbox
A safe environment for testing the 3PLGuys Public API.
Data is fake, resets on restart, and any Bearer token or API key is accepted.
Quick Start
# With an API key $ curl -H "Authorization: Bearer 3pl_your_api_key" \ https://sandbox.3plguys.com/v0/shipments?take=5 # With an OAuth token $ curl -H "Authorization: Bearer eyJhbGciOi..." \ https://sandbox.3plguys.com/v0/shipments?take=5