# OnSched Consumer API
**Provider:** OnSched Consumer
**Category:** storage
**Base URL:** `https://sandbox-api.onsched.com/`
**Auth:** oauth2 — `Authorization: Bearer YOUR_ACCESS_TOKEN`
**Rate Limit:** 4,000 API calls/min (authenticated)
**Free Tier:** Yes — [object Object]
**Pricing:** Free tier available (freemium)
**Docs:** https://sandbox-api.onsched.com/
## Description
Build secure and scalable custom apps for Online Booking. Our flexible API provides many options for availability and booking.
Take the API for a test drive. Just click on the Authorize button below and authenticate.
You can access our demo company profile if you are not a customer, or
## Endpoints
| Method | Endpoint | Description |
|--------|----------|-------------|
| GET | `https://sandbox-api.onsched.com//consumer/v1/appointments` | Get Appointments |
| POST | `https://sandbox-api.onsched.com//consumer/v1/appointments` | Create Appointment |
| GET | `https://sandbox-api.onsched.com//consumer/v1/appointments/bookingfields` | Get Custom Fields Labels |
| GET | `https://sandbox-api.onsched.com//consumer/v1/appointments/customfields` | Get Custom Fields List |
| DELETE | `https://sandbox-api.onsched.com//consumer/v1/appointments/{id}` | Delete Appointment |
| GET | `https://sandbox-api.onsched.com//consumer/v1/appointments/{id}` | Get Appointment |
| PUT | `https://sandbox-api.onsched.com//consumer/v1/appointments/{id}/book` | Book Appointment |
| PUT | `https://sandbox-api.onsched.com//consumer/v1/appointments/{id}/cancel` | Cancel Appointment |
## Authentication
OAuth 2.0 or JWT (Server Authentication) for machine-to-machine
```
Authorization: Bearer YOUR_ACCESS_TOKEN
```
## Sample Request
```bash
curl -X GET 'https://sandbox-api.onsched.com//consumer/v1/appointments' \
-H 'Authorization: Bearer '
```
## Sample Response
```json
{}
```
## Pricing Details
Individual: free (10GB). Business Starter: $15/user/mo (unlimited storage). Business: $20/user/mo. Enterprise: custom.
---
*Source: [API Map](https://apimap.dev/apis/onsched-consumer/) — CC BY 4.0*