API Reference
The Bikeep API is a RESTful JSON API served over HTTPS.
Base URL
https://services.bikeep.com
Authentication
Most endpoints require a Bearer token obtained via OAuth2 client credentials or the External Users flow. See the Authentication guide for details.
One endpoint — Public area locations — requires no authentication.
Endpoint Groups
| Group | Description | Endpoints |
|---|---|---|
| Location | Service to communicate with locations. | 4 |
| Parking Device | Service to communicate with parking devices. | 4 |
| Session | Service to keep track of parking and renting sessions. | 5 |
| Whitelist | Service to communicate with whitelists. | 7 |
| External users (3rd party apps) | This API provides functionality for authenticating users in your app in a way… | 5 |