Welcome to the autogenerated documentation & test tool for Avaza's API. <br/><br/><strong>API Security & Authentication</strong><br/>Authentication options include OAuth2 Implicit and Authorization Code flows, and Personal Access Token. All connections should be encrypted over SSL/TLS <br/><br/>You
https://api.avaza.com
Auth type
OAuth 2.0
Auth header
Authorization: Bearer <access_token>
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.avaza.com
Endpoint status
Live — HTTP 200 — endpoint is accessible2.35s
(checked Mar 29, 2026)
Builder score
D
49%
builder-friendly
OAuth 2.0 — obtain an access token via the authorization flow
Authorization: Bearer <access_token>
Free: up to 10 users on Free plan. Pro $9.95/user/mo. Project management and invoicing.
| Method | Path | Description |
|---|---|---|
| POST | /ScheduleSeries/AddBooking |
Create new Schedule Booking |
| POST | /ScheduleSeries/AddLeave |
Create new Leave Booking |
| PUT | /ScheduleSeries/EditBooking |
Edit Booking |
| PUT | /ScheduleSeries/EditLeave |
Edit Leave Booking |
| GET | /api/Account |
Account Details |
| GET | /api/Bill |
Gets list of Bills |
| POST | /api/Bill |
Create a new draft Bill |
| GET | /api/Bill/{id} |
Gets a Bill by Bill ID |
curl -X GET 'https://api.avaza.com/ScheduleSeries/AddBooking' \ -H 'Authorization: Bearer <access_token>'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Avaza API Documentation documentation.