Skip to main content

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

CodeMeaningSolution
ERR_INVALID_ADDRESSThe address could not be geocoded.Use the Address Validation API first.
ERR_NO_RIDERSNo riders available in the area.Try again in a few minutes or schedule for later.
ERR_INSUFFICIENT_FUNDSWallet balance too low.Fund your wallet in the dashboard.
ERR_RATE_LIMITToo many requests.Implement back-off logic.