> ## Documentation Index
> Fetch the complete documentation index at: https://dev.nimbo-x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Browse API endpoints

> Find Nimbo endpoints by functionality and review the requirements for your integration.

Choose a section below to open its endpoint documentation. Each link opens a starting endpoint in the **API endpoints** tab, where you can browse related operations in the sidebar.

| Section                                                                                     | What you can find                                                                          |
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [Patients](/api-reference/patient-management/post-people)                                   | Patient records, groups, custom fields, and forms.                                         |
| [Appointments](/api-reference/schedules/post-consultation_schedules)                        | Scheduling, availability, and appointment notifications.                                   |
| [Clinical records](/api-reference/consultations/get-consultations)                          | Consultations, prescriptions, lab and procedure orders, histories, notes, and vital signs. |
| [Patient portal](/api-reference/patient-portal-authentication/request-a-patient-portal-otp) | Patient authentication, authorized records, appointments, and portal links.                |
| [Charges and invoicing](/api-reference/charges/post-invoices)                               | Charges, invoices, CFDI signing and downloads, invoice email, and billing reports.         |
| [Inventory](/api-reference/inventory-management/post-invoice_items)                         | Invoice items and inventory transactions.                                                  |
| [Telehealth](/api-reference/teleconsultation-waiting-room/get-waiting_rooms)                | Waiting rooms and patient entry checks.                                                    |
| [Authentication and accounts](/api-reference/authentication/post-oauthtoken)                | Integration authentication, accounts, organizations, locations, and invitations.           |
| [Webhooks](/api-reference/post-webhooks)                                                    | Credentials, subscriptions, emitted events, and delivery logs.                             |
| [Sites](/api-reference/sites/show-public-organization-branding)                             | Public organization branding.                                                              |
| [Catalogs](/api-reference/countries/list-countries)                                         | Geography, specialties, identification types, and SAT catalogs.                            |

## Before making requests

Confirm the API host, credentials, and permissions assigned to your integration. Use each endpoint's parameters, authentication requirements, and response schema to prepare your request.

The `api.example.test` host shown in code examples is a placeholder. Replace it with the host supplied by Nimbo, and include `/api/v1` only once when combining your base URL and endpoint path.

## Responses and errors

Check the HTTP status code before reading the response body. Response roots and fields vary by endpoint. Some definitions do not yet include every response field or error case; confirm any behavior your integration depends on with Nimbo.

## OpenAPI files

Download the specifications for [catalogs and sites](/openapi/nimbo_public.yml), the [core API](/openapi/nimbo_api.yml), [ERP](/openapi/nimbo_erp.yml), [billing](/openapi/nimbo_facturacion.yml), [patient portal](/openapi/nimbo_patient_portal.yml), and [webhooks](/openapi/nimbo_webhooks.yml).

This site provides reference pages without an interactive request runner. Make requests using your own development tools and the environment agreed for your integration.

## Integration workflows

Use the guides to connect individual operations into a workflow: [patients](/guides/patients), [appointments](/guides/appointments), [patient portal](/guides/patient-portal), [charges and invoicing](/guides/billing), and [webhooks](/guides/webhooks). Read [Request conventions](/guides/request-conventions) for shared guidance and endpoint-specific exceptions.
