Developer Utilities
Tools and references to help you build and debug your integration.
API Health
GET /express/health
Check the status of the Skeep platform. Returns a 200 OK if the system is operational.
Version Information
GET /express/version
Returns the current API version and supported features.
Error Codes Reference
| Code | Meaning | Solution |
|---|---|---|
ERR_INVALID_ADDRESS | The address could not be geocoded. | Use the Address Validation API first. |
ERR_NO_RIDERS | No riders available in the area. | Try again in a few minutes or schedule for later. |
ERR_INSUFFICIENT_FUNDS | Wallet balance too low. | Fund your wallet in the dashboard. |
ERR_RATE_LIMIT | Too many requests. | Implement back-off logic. |