# Oliver Software, Inc. ## Docs - [Create Appointment](https://docs.getoliver.com/api-reference/appointments/create.md): Create an appointment - [List Appointments](https://docs.getoliver.com/api-reference/appointments/index.md): List appointments - [Create token](https://docs.getoliver.com/api-reference/authentication/create_token.md): Authenticate with the API - [List Booking Sessions](https://docs.getoliver.com/api-reference/booking_sessions/index.md): List booking sessions within a date range, optionally filtered by status. Booking sessions represent user interactions with the online booking flow. - [Get Booking Session](https://docs.getoliver.com/api-reference/booking_sessions/show.md): Get a booking session by ID - [List Clients](https://docs.getoliver.com/api-reference/clients/index.md): List clients using filters - [Get Client](https://docs.getoliver.com/api-reference/clients/show.md): Get a client by ID - [Introduction](https://docs.getoliver.com/api-reference/introduction.md): An introduction to the Oliver Software veterinary API - [Search Open Times](https://docs.getoliver.com/api-reference/open_times/search.md): Search for open times for a given provider, appointment type, etc. Can be used to find open times in the future or past. - [List Patients](https://docs.getoliver.com/api-reference/patients/index.md): List patients for a specific client. Requires client_id and optionally filters by name. - [Get Patient](https://docs.getoliver.com/api-reference/patients/show.md): Get a patient by ID - [Create Staff Task](https://docs.getoliver.com/api-reference/staff_tasks/create.md): Create a new staff task - [Delete Staff Task](https://docs.getoliver.com/api-reference/staff_tasks/delete.md): Delete a staff task. This performs a soft delete by setting the status to canceled. - [List Staff Tasks](https://docs.getoliver.com/api-reference/staff_tasks/index.md): List staff tasks with optional status filtering and pagination - [Get Staff Task](https://docs.getoliver.com/api-reference/staff_tasks/show.md): Get a staff task by ID - [Update Staff Task](https://docs.getoliver.com/api-reference/staff_tasks/update.md): Update a staff task. Only provided fields will be updated. - [Service Reminder Webhook](https://docs.getoliver.com/api-reference/webhooks/service_reminder.md): Receive notifications about due service reminders ## OpenAPI Specs - [openapi](https://docs.getoliver.com/api-reference/openapi.json)