Skip to main content
All API requests require a Bearer token in the Authorization header.

API token format

Your API token combines your client ID and client secret with a period separator:
You can find both values in your ShipPeek dashboard after signing up.

Making authenticated requests

Include the token in the Authorization header of every request:

Required headers

Error responses

If authentication fails, the API returns one of these responses: Example error response:

Security recommendations

  • Store your API credentials in environment variables, not in source code.
  • Use the sandbox environment (api.shippeek.dev) for development and testing.
  • Rotate your credentials immediately if you suspect they have been compromised.
  • Use separate API keys for different environments and applications.