Skip to main content

Authentication & Access

The Skeep Express API uses API keys to authenticate requests. You can manage your API keys in the Skeep Developer Dashboard.

Authentication Header

All API requests must include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Environment Separation

Skeep provides two environments:

  • Test Mode: Use test_ keys to simulate deliveries without dispatching real riders.
  • Live Mode: Use live_ keys for real-world logistics operations.

Rate Limits

The Express API is rate-limited to 100 requests per minute. If you exceed this limit, the API will return a 429 Too Many Requests error.

IP Whitelisting

For enhanced security, you can whitelist specific IP addresses in your dashboard to ensure only authorized servers can call your account.