# Avaza API Documentation **Provider:** Avaza API Documentation **Category:** auth **Base URL:** `https://api.avaza.com` **Auth:** oauth2 — `Authorization: Bearer ` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.avaza.com ## Description Welcome to the autogenerated documentation & test tool for Avaza's API.

API Security & Authentication
Authentication options include OAuth2 Implicit and Authorization Code flows, and Personal Access Token. All connections should be encrypted over SSL/TLS

You ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.avaza.com/ScheduleSeries/AddBooking` | Create new Schedule Booking | | POST | `https://api.avaza.com/ScheduleSeries/AddLeave` | Create new Leave Booking | | PUT | `https://api.avaza.com/ScheduleSeries/EditBooking` | Edit Booking | | PUT | `https://api.avaza.com/ScheduleSeries/EditLeave` | Edit Leave Booking | | GET | `https://api.avaza.com/api/Account` | Account Details | | GET | `https://api.avaza.com/api/Bill` | Gets list of Bills | | POST | `https://api.avaza.com/api/Bill` | Create a new draft Bill | | GET | `https://api.avaza.com/api/Bill/{id}` | Gets a Bill by Bill ID | ## Authentication OAuth 2.0 — obtain an access token via the authorization flow ``` Authorization: Bearer ``` ## Sample Request ```bash curl -X GET 'https://api.avaza.com/ScheduleSeries/AddBooking' \ -H 'Authorization: Bearer ' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: up to 10 users on Free plan. Pro $9.95/user/mo. Project management and invoicing. --- *Source: [API Map](https://apimap.dev/apis/avaza-api-documentation/) — CC BY 4.0*