A

Avaza API Documentation

by Avaza API Documentation Free tier

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

authavaza

Quick Reference

Base URL 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
Pricing
28
Latency
40
Depth
72

Authentication

OAuth 2.0 — obtain an access token via the authorization flow

Authorization: Bearer <access_token>

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free: up to 10 users on Free plan. Pro $9.95/user/mo. Project management and invoicing.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.avaza.com/ScheduleSeries/AddBooking' \
  -H 'Authorization: Bearer <access_token>'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Avaza API Documentation documentation.