# Nevatal API Docs ## Docs - [Cancel Appointment](https://docs.nevatal.com/api-reference/appointments/cancel-appointment.md): Cancel a scheduled appointment - [Create Appointment](https://docs.nevatal.com/api-reference/appointments/create-appointment.md): Schedule a new appointment - [Get Appointment](https://docs.nevatal.com/api-reference/appointments/get-appointment.md): Retrieve a single appointment by ID - [List Appointments](https://docs.nevatal.com/api-reference/appointments/list-appointments.md): Retrieve a paginated list of appointments - [Update Appointment](https://docs.nevatal.com/api-reference/appointments/update-appointment.md): Reschedule or update an appointment - [Approve Invoice](https://docs.nevatal.com/api-reference/billing/approve-invoice.md): Approve a draft invoice for payment - [Create Invoice](https://docs.nevatal.com/api-reference/billing/create-invoice.md): Create a new invoice for a patient - [Create Payment](https://docs.nevatal.com/api-reference/billing/create-payment.md): Record a payment against an invoice - [Get Invoice](https://docs.nevatal.com/api-reference/billing/get-invoice.md): Retrieve a single invoice by ID - [List Invoices](https://docs.nevatal.com/api-reference/billing/list-invoices.md): Retrieve a paginated list of invoices - [List Payments](https://docs.nevatal.com/api-reference/billing/list-payments.md): Retrieve a list of payments - [Create Clinical Procedure](https://docs.nevatal.com/api-reference/clinical-procedures/create-procedure.md): Add a new procedure to your clinic's catalog - [Get Clinical Procedure](https://docs.nevatal.com/api-reference/clinical-procedures/get-procedure.md): Retrieve a single clinical procedure - [List Clinical Procedures](https://docs.nevatal.com/api-reference/clinical-procedures/list-procedures.md): Retrieve the clinic's procedure catalog - [Create Medical Record](https://docs.nevatal.com/api-reference/emr/create-medical-record.md): Create a new medical record entry for an appointment - [Create Prescription](https://docs.nevatal.com/api-reference/emr/create-prescription.md): Create a new prescription for a patient - [Get Medical Record](https://docs.nevatal.com/api-reference/emr/get-medical-record.md): Retrieve a medical record by ID - [List Prescriptions](https://docs.nevatal.com/api-reference/emr/list-prescriptions.md): Retrieve prescriptions for a patient or appointment - [Get Location](https://docs.nevatal.com/api-reference/locations/get-location.md): Retrieve a single clinic location - [List Locations](https://docs.nevatal.com/api-reference/locations/list-locations.md): Retrieve all clinic locations (branches) - [API Reference](https://docs.nevatal.com/api-reference/overview.md): Complete reference for all Nevatal API endpoints - [Create Patient](https://docs.nevatal.com/api-reference/patients/create-patient.md): Register a new patient in your clinic - [Get Patient](https://docs.nevatal.com/api-reference/patients/get-patient.md): Retrieve a single patient by ID - [List Patients](https://docs.nevatal.com/api-reference/patients/list-patients.md): Retrieve a paginated list of patients in your clinic - [Update Patient](https://docs.nevatal.com/api-reference/patients/update-patient.md): Update an existing patient's information - [Webhooks](https://docs.nevatal.com/api-reference/webhooks/overview.md): Receive real-time notifications when events happen in your clinic - [Authentication](https://docs.nevatal.com/authentication.md): Authenticate your API requests with Bearer tokens - [Error Handling](https://docs.nevatal.com/guides/error-handling.md): Understand and handle API errors - [Multi-Tenancy](https://docs.nevatal.com/guides/multi-tenancy.md): How Nevatal isolates data across clinics - [Pagination](https://docs.nevatal.com/guides/pagination.md): Navigate through large result sets - [Introduction](https://docs.nevatal.com/introduction.md): Build powerful clinic management integrations with the Nevatal API - [Quickstart](https://docs.nevatal.com/quickstart.md): Make your first API call in under 5 minutes ## OpenAPI Specs - [openapi](https://docs.nevatal.com/api-reference/openapi.json)