### Setup Intents API Source: https://rest.demo.inboxhealth.com/api/index Operations related to setup intents. ```APIDOC ## Setup Intents API ### Description Operations for setup intents. ### Endpoints - **POST /partner/v2/setup_intents/finalize_setup** - **PUT /partner/v2/setup_intents/{id}** - **GET /partner/v2/setup_intents/{id}** - **POST /partner/v2/setup_intents** ``` -------------------------------- ### Import Batches API Source: https://rest.demo.inboxhealth.com/api/index Operations related to import batches. ```APIDOC ## Import Batches API ### Description Operations for import batches. ### Endpoints - **POST /partner/v2/import_batches** - **GET /partner/v2/import_batches** - **POST /partner/v2/import_batches/{id}** ``` -------------------------------- ### SFTP Uploads API Source: https://rest.demo.inboxhealth.com/api/index Operations related to SFTP uploads. ```APIDOC ## SFTP Uploads API ### Description Operations for SFTP uploads. ### Endpoints - **POST /partner/v2/sftp_uploads/create_import_batch** - **GET /partner/v2/sftp_uploads** ``` -------------------------------- ### Import Jobs API Source: https://rest.demo.inboxhealth.com/api/index Operations related to import jobs. ```APIDOC ## Import Jobs API ### Description Operations for import jobs. ### Endpoints - **POST /partner/v2/import_jobs/import_jobs_for_import_batch** ``` -------------------------------- ### Appointments API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing appointments. ```APIDOC ## PUT /partner/v2/appointments/{id} ### Description Updates an existing appointment. ### Method PUT ### Endpoint /partner/v2/appointments/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the appointment to update. ## GET /partner/v2/appointments/{id} ### Description Retrieves a specific appointment by its ID. ### Method GET ### Endpoint /partner/v2/appointments/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the appointment to retrieve. ## GET /partner/v2/appointments ### Description Retrieves a list of all appointments. ### Method GET ### Endpoint /partner/v2/appointments ## POST /partner/v2/appointments ### Description Creates a new appointment. ### Method POST ### Endpoint /partner/v2/appointments ## GET /partner/v2/appointments/{id}/notifications ### Description Retrieves notifications for a specific appointment. ### Method GET ### Endpoint /partner/v2/appointments/{id}/notifications ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the appointment. ``` -------------------------------- ### Changelogs API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing changelogs. ```APIDOC ## Changelogs API ### Description Operations for managing changelogs. ### Endpoints - **GET /partner/v2/changelogs** - **GET /partner/v2/changelogs/types** ``` -------------------------------- ### Practices API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing practices and their associated users and doctors. ```APIDOC ## POST /partner/v2/practices ### Description Creates a new practice. ### Method POST ### Endpoint /partner/v2/practices ## GET /partner/v2/practices ### Description Retrieves a list of all practices. ### Method GET ### Endpoint /partner/v2/practices ## GET /partner/v2/practices/{id}/doctors ### Description Retrieves doctors associated with a specific practice. ### Method GET ### Endpoint /partner/v2/practices/{id}/doctors ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the practice. ## GET /partner/v2/practices/{id}/users ### Description Retrieves users associated with a specific practice. ### Method GET ### Endpoint /partner/v2/practices/{id}/users ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the practice. ## GET /partner/v2/practices/{id}/practice_users ### Description Retrieves practice users for a specific practice. ### Method GET ### Endpoint /partner/v2/practices/{id}/practice_users ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the practice. ## GET /partner/v2/practices/{id}/invoices ### Description Retrieves invoices for a specific practice. ### Method GET ### Endpoint /partner/v2/practices/{id}/invoices ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the practice. ## GET /partner/v2/practices/{id} ### Description Retrieves a specific practice by its ID. ### Method GET ### Endpoint /partner/v2/practices/{id} ### ``` -------------------------------- ### Payment Reasons API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing payment reasons. ```APIDOC ## Payment Reasons API ### Description Operations for managing payment reasons. ### Endpoints - **PUT /partner/v2/payment_reasons/{id}** - **GET /partner/v2/payment_reasons/{id}** - **POST /partner/v2/payment_reasons** - **GET /partner/v2/payment_reasons** - **GET /partner/v2/payment_reasons/{id}/payment_reasons_invoice_payments** ``` -------------------------------- ### Intents API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing intents. ```APIDOC ## Intents API ### Description Operations for managing intents. ### Endpoints - **PUT /partner/v2/intents/{id}/cancel** - **POST /partner/v2/intents** - **GET /partner/v2/intents** - **GET /partner/v2/intents/{id}** ``` -------------------------------- ### Endpoints API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing API endpoints. ```APIDOC ## DELETE /partner/v2/endpoints/{id} ### Description Deletes an endpoint configuration. ### Method DELETE ### Endpoint /partner/v2/endpoints/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the endpoint configuration to delete. ## PUT /partner/v2/endpoints/{id} ### Description Updates an existing endpoint configuration. ### Method PUT ### Endpoint /partner/v2/endpoints/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the endpoint configuration to update. ## GET /partner/v2/endpoints/{id} ### Description Retrieves a specific endpoint configuration by its ID. ### Method GET ### Endpoint /partner/v2/endpoints/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the endpoint configuration to retrieve. ## POST /partner/v2/endpoints ### Description Creates a new endpoint configuration. ### Method POST ### Endpoint /partner/v2/endpoints ## GET /partner/v2/endpoints ### Description Retrieves a list of all endpoint configurations. ### Method GET ### Endpoint /partner/v2/endpoints ``` -------------------------------- ### Invoices API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing invoices. ```APIDOC ## PUT /partner/v2/invoices/{id} ### Description Updates an existing invoice. ### Method PUT ### Endpoint /partner/v2/invoices/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the invoice to update. ## DELETE /partner/v2/invoices/{id} ### Description Deletes an invoice. ### Method DELETE ### Endpoint /partner/v2/invoices/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the invoice to delete. ## GET /partner/v2/invoices/{id} ### Description Retrieves a specific invoice by its ID. ### Method GET ### Endpoint /partner/v2/invoices/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the invoice to retrieve. ## POST /partner/v2/invoices ### Description Creates a new invoice. ### Method POST ### Endpoint /partner/v2/invoices ## GET /partner/v2/invoices ### Description Retrieves a list of all invoices. ### Method GET ### Endpoint /partner/v2/invoices ## GET /partner/v2/invoices/{id}/notifications ### Description Retrieves notifications associated with a specific invoice. ### Method GET ### Endpoint /partner/v2/invoices/{id}/notifications ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the invoice. ## GET /partner/v2/invoices/{id}/invoice_payments ### Description Retrieves payments made against a specific invoice. ### Method GET ### Endpoint /partner/v2/invoices/{id}/invoice_payments ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the invoice. ## GET /partner/v2/invoices/{id}/payments ### Description Retrieves payment details related to a specific invoice. ### Method GET ### Endpoint /partner/v2/invoices/{id}/payments ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the invoice. ## GET /partner/v2/invoices/{id}/line_items ### Description Retrieves line items for a specific invoice. ### Method GET ### Endpoint /partner/v2/invoices/{id}/line_items ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the invoice. ``` -------------------------------- ### Payments API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing payments. ```APIDOC ## PUT /partner/v2/payments/{id} ### Description Updates an existing payment. ### Method PUT ### Endpoint /partner/v2/payments/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the payment to update. ## GET /partner/v2/payments/{id} ### Description Retrieves a specific payment by its ID. ### Method GET ### Endpoint /partner/v2/payments/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the payment to retrieve. ## POST /partner/v2/payments/quick_pay ### Description Initiates a quick payment process. ### Method POST ### Endpoint /partner/v2/payments/quick_pay ## POST /partner/v2/payments ### Description Creates a new payment. ### Method POST ### Endpoint /partner/v2/payments ## GET /partner/v2/payments ### Description Retrieves a list of all payments. ### Method GET ### Endpoint /partner/v2/payments ## GET /partner/v2/payments/{id}/invoice_payments ### Description Retrieves invoice payments associated with a specific payment. ### Method GET ### Endpoint /partner/v2/payments/{id}/invoice_payments ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the payment. ## GET /partner/v2/payments/{id}/invoices ### Description Retrieves invoices associated with a specific payment. ### Method GET ### Endpoint /partner/v2/payments/{id}/invoices ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the payment. ## GET /partner/v2/payments/{id}/payment_adjustments ### Description Retrieves payment adjustments for a specific payment. ### Method GET ### Endpoint /partner/v2/payments/{id}/payment_adjustments ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the payment. ## GET /partner/v2/payments/{id}/patient ### Description Retrieves the patient associated with a specific payment. ### Method GET ### Endpoint /partner/v2/payments/{id}/patient ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the payment. ``` -------------------------------- ### Patient Plans API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing patient plans. ```APIDOC ## Patient Plans API ### Description Operations for managing patient plans. ### Endpoints - **PUT /partner/v2/patient_plans/{id}** - **DELETE /partner/v2/patient_plans/{id}** - **GET /partner/v2/patient_plans/{id}** - **POST /partner/v2/patient_plans** - **PUT /partner/v2/patient_plans/{id}/reactivate** - **GET /partner/v2/patient_plans/{id}/eligibility_responses** - **PUT /partner/v2/patient_plans/{id}/verify** ``` -------------------------------- ### Account Managers API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing account managers. ```APIDOC ## DELETE /partner/v2/account_managers/{id} ### Description Deletes an account manager. ### Method DELETE ### Endpoint /partner/v2/account_managers/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the account manager to delete. ## GET /partner/v2/account_managers/{id} ### Description Retrieves a specific account manager by their ID. ### Method GET ### Endpoint /partner/v2/account_managers/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the account manager to retrieve. ## PUT /partner/v2/account_managers/{id} ### Description Updates an existing account manager. ### Method PUT ### Endpoint /partner/v2/account_managers/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the account manager to update. ## GET /partner/v2/account_managers ### Description Retrieves a list of all account managers. ### Method GET ### Endpoint /partner/v2/account_managers ## POST /partner/v2/account_managers ### Description Creates a new account manager. ### Method POST ### Endpoint /partner/v2/account_managers ``` -------------------------------- ### Account Types API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing account types. ```APIDOC ## Account Types API ### Description Operations for managing account types. ### Endpoints - **DELETE /partner/v2/account_types/{id}** - **PUT /partner/v2/account_types/{id}** - **GET /partner/v2/account_types/{id}** - **POST /partner/v2/account_types** - **GET /partner/v2/account_types** ``` -------------------------------- ### Referring Doctors API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing referring doctors. ```APIDOC ## Referring Doctors API ### Description Operations for managing referring doctors. ### Endpoints - **PUT /partner/v2/referring_doctors/{id}** - **DELETE /partner/v2/referring_doctors/{id}** - **GET /partner/v2/referring_doctors/{id}** - **POST /partner/v2/referring_doctors** - **GET /partner/v2/referring_doctors** - **GET /partner/v2/referring_doctors/{id}/invoices** ``` -------------------------------- ### Users API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing users within the Inbox Health platform. ```APIDOC ## PUT /partner/v2/users/{id} ### Description Updates an existing user. ### Method PUT ### Endpoint /partner/v2/users/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the user to update. ## DELETE /partner/v2/users/{id} ### Description Deletes a user. ### Method DELETE ### Endpoint /partner/v2/users/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the user to delete. ## GET /partner/v2/users/{id} ### Description Retrieves a specific user by their ID. ### Method GET ### Endpoint /partner/v2/users/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the user to retrieve. ## GET /partner/v2/users ### Description Retrieves a list of all users. ### Method GET ### Endpoint /partner/v2/users ## POST /partner/v2/users ### Description Creates a new user. ### Method POST ### Endpoint /partner/v2/users ``` -------------------------------- ### Events API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing events and webhooks. ```APIDOC ## GET /partner/v2/events/{id} ### Description Retrieves a specific event by its ID. ### Method GET ### Endpoint /partner/v2/events/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the event to retrieve. ## POST /partner/v2/events/test_webhook ### Description Triggers a test webhook. ### Method POST ### Endpoint /partner/v2/events/test_webhook ## GET /partner/v2/events/types ### Description Retrieves a list of available event types. ### Method GET ### Endpoint /partner/v2/events/types ## GET /partner/v2/events ### Description Retrieves a list of all events. ### Method GET ### Endpoint /partner/v2/events ``` -------------------------------- ### Notifications API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing notifications. ```APIDOC ## Notifications API ### Description Operations for managing notifications. ### Endpoints - **GET /partner/v2/notifications/{id}** - **GET /partner/v2/notifications/sent_emails/{id}** - **GET /partner/v2/notifications/sent_sms/{id}** - **GET /partner/v2/notifications/sent_calls/{id}** - **GET /partner/v2/notifications/sent_paper_bills/{id}** - **GET /partner/v2/notifications/sent/{id}** - **GET /partner/v2/notifications** - **GET /partner/v2/notifications/{id}/notification_logs** ``` -------------------------------- ### Attachments API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing attachments. ```APIDOC ## Attachments API ### Description Operations for managing attachments. ### Endpoints - **POST /partner/v2/attachments** - **GET /partner/v2/attachments** - **GET /partner/v2/attachments/{id}/view** - **GET /partner/v2/attachments/{id}/download** - **DELETE /partner/v2/attachments/{id}** - **PUT /partner/v2/attachments/{id}** - **GET /partner/v2/attachments/{id}** - **POST /partner/v2/attachments/{id}/fileupload** ``` -------------------------------- ### Patients API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing patient information and related data. ```APIDOC ## PATCH /partner/v2/patients/contact_info ### Description Updates the contact information for a patient. ### Method PATCH ### Endpoint /partner/v2/patients/contact_info ## PUT /partner/v2/patients/{id} ### Description Updates an existing patient's information. ### Method PUT ### Endpoint /partner/v2/patients/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the patient to update. ## DELETE /partner/v2/patients/{id} ### Description Deletes a patient. ### Method DELETE ### Endpoint /partner/v2/patients/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the patient to delete. ## GET /partner/v2/patients/{id} ### Description Retrieves a specific patient by their ID. ### Method GET ### Endpoint /partner/v2/patients/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the patient to retrieve. ## POST /partner/v2/patients ### Description Creates a new patient. ### Method POST ### Endpoint /partner/v2/patients ## GET /partner/v2/patients ### Description Retrieves a list of all patients. ### Method GET ### Endpoint /partner/v2/patients ## GET /partner/v2/patients/{id}/statement_token ### Description Retrieves a statement token for a specific patient. ### Method GET ### Endpoint /partner/v2/patients/{id}/statement_token ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the patient. ## GET /partner/v2/patients/{id}/statement ### Description Retrieves the statement for a specific patient. ### Method GET ### Endpoint /partner/v2/patients/{id}/statement ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the patient. ## PUT /partner/v2/patients/{id}/merge ### Description Merges patient records. ### Method PUT ### Endpoint /partner/v2/patients/{id}/merge ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the patient to merge. ## GET /partner/v2/patients/{id}/patient_payment_infos ### Description Retrieves payment information for a specific patient. ### Method GET ### Endpoint /partner/v2/patients/{id}/patient_payment_infos ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the patient. ## GET /partner/v2/patients/{id}/notifications ### Description Retrieves notifications for a specific patient. ### Method GET ### Endpoint /partner/v2/patients/{id}/notifications ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the patient. ## GET /partner/v2/patients/{id}/payments ### Description Retrieves payment history for a specific patient. ### Method GET ### Endpoint /partner/v2/patients/{id}/payments ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the patient. ## GET /partner/v2/patients/{id}/invoices ### Description Retrieves invoices for a specific patient. ### Method GET ### Endpoint /partner/v2/patients/{id}/invoices ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the patient. ``` -------------------------------- ### Payment Adjustments API Source: https://rest.demo.inboxhealth.com/api/index Operations related to payment adjustments. ```APIDOC ## Payment Adjustments API ### Description Operations for payment adjustments. ### Endpoints - **GET /partner/v2/payment_adjustments/{id}** - **POST /partner/v2/payment_adjustments** ``` -------------------------------- ### Tickets API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing tickets. ```APIDOC ## Tickets API ### Description Operations for managing tickets. ### Endpoints - **GET /partner/v2/tickets/{id}** ``` -------------------------------- ### Imported Payers API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing imported payers. ```APIDOC ## Imported Payers API ### Description Operations for managing imported payers. ### Endpoints - **PUT /partner/v2/imported_payers/{id}** - **GET /partner/v2/imported_payers/{id}** - **POST /partner/v2/imported_payers** - **GET /partner/v2/imported_payers** ``` -------------------------------- ### Admin Organizations API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing administrative organizations. ```APIDOC ## Admin Organizations API ### Description Operations for managing administrative organizations. ### Endpoints - **PUT /partner/v2/admin_organizations/{id}** - **GET /partner/v2/admin_organizations/{id}** - **POST /partner/v2/admin_organizations** - **GET /partner/v2/admin_organizations** - **GET /partner/v2/admin_organizations/{id}/users** - **GET /partner/v2/admin_organizations/{id}/enterprises** ``` -------------------------------- ### Write Offs API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing write-offs. ```APIDOC ## Write Offs API ### Description Operations for managing write-offs. ### Endpoints - **POST /partner/v2/write_offs** - **GET /partner/v2/write_offs** - **GET /partner/v2/write_offs/{id}/line_items** - **GET /partner/v2/write_offs/{id}** ``` -------------------------------- ### Enterprises API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing enterprises and their associated data. ```APIDOC ## POST /partner/v2/enterprises ### Description Creates a new enterprise. ### Method POST ### Endpoint /partner/v2/enterprises ## GET /partner/v2/enterprises ### Description Retrieves a list of all enterprises. ### Method GET ### Endpoint /partner/v2/enterprises ## PUT /partner/v2/enterprises/{id} ### Description Updates an existing enterprise. ### Method PUT ### Endpoint /partner/v2/enterprises/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise to update. ## GET /partner/v2/enterprises/{id} ### Description Retrieves a specific enterprise by its ID. ### Method GET ### Endpoint /partner/v2/enterprises/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise to retrieve. ## DELETE /partner/v2/enterprises/{id} ### Description Deletes an enterprise. ### Method DELETE ### Endpoint /partner/v2/enterprises/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise to delete. ## DELETE /partner/v2/enterprises/{id}/logo ### Description Deletes the logo of an enterprise. ### Method DELETE ### Endpoint /partner/v2/enterprises/{id}/logo ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## POST /partner/v2/enterprises/{id}/logo ### Description Uploads a logo for an enterprise. ### Method POST ### Endpoint /partner/v2/enterprises/{id}/logo ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/logo ### Description Retrieves the logo of an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/logo ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/saved_line_items ### Description Retrieves saved line items for an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/saved_line_items ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/account_types ### Description Retrieves account types for an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/account_types ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/deposit_accounts ### Description Retrieves deposit accounts for an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/deposit_accounts ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/write_off_codes ### Description Retrieves write-off codes for an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/write_off_codes ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/billing_cycle_templates ### Description Retrieves billing cycle templates for an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/billing_cycle_templates ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/payment_reasons ### Description Retrieves payment reasons for an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/payment_reasons ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/admin_organizations ### Description Retrieves admin organizations for an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/admin_organizations ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/transfers ### Description Retrieves transfers for an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/transfers ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/enterprise_payments ### Description Retrieves payments for an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/enterprise_payments ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/enterprise_payment_infos ### Description Retrieves payment information for an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/enterprise_payment_infos ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/enterprise_invoices ### Description Retrieves invoices for an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/enterprise_invoices ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/appointment_templates ### Description Retrieves appointment templates for an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/appointment_templates ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/patients ### Description Retrieves patients associated with an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/patients ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/doctors ### Description Retrieves doctors associated with an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/doctors ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ## GET /partner/v2/enterprises/{id}/practices ### Description Retrieves practices associated with an enterprise. ### Method GET ### Endpoint /partner/v2/enterprises/{id}/practices ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the enterprise. ``` -------------------------------- ### Invoice Payments API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing invoice payments. ```APIDOC ## Invoice Payments API ### Description Operations for managing invoice payments. ### Endpoints - **GET /partner/v2/invoice_payments/{id}** - **PUT /partner/v2/invoice_payments/{id}** - **POST /partner/v2/invoice_payments** ``` -------------------------------- ### Line Items API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing line items within invoices. ```APIDOC ## PUT /partner/v2/line_items/{id} ### Description Updates an existing line item. ### Method PUT ### Endpoint /partner/v2/line_items/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the line item to update. ## DELETE /partner/v2/line_items/{id} ### Description Deletes a line item. ### Method DELETE ### Endpoint /partner/v2/line_items/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the line item to delete. ## GET /partner/v2/line_items/{id} ### Description Retrieves a specific line item by its ID. ### Method GET ### Endpoint /partner/v2/line_items/{id} ### Parameters #### Path Parameters - **id** (string) - Required - The unique identifier of the line item to retrieve. ## POST /partner/v2/line_items ### Description Creates a new line item. ### Method POST ### Endpoint /partner/v2/line_items ``` -------------------------------- ### Write Off Codes API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing write-off codes. ```APIDOC ## Write Off Codes API ### Description Operations for managing write-off codes. ### Endpoints - **PUT /partner/v2/write_off_codes/{id}** - **GET /partner/v2/write_off_codes/{id}** - **POST /partner/v2/write_off_codes** - **GET /partner/v2/write_off_codes** ``` -------------------------------- ### Saved Line Items API Source: https://rest.demo.inboxhealth.com/api/index Operations related to managing saved line items. ```APIDOC ## Saved Line Items API ### Description Operations for managing saved line items. ### Endpoints - **DELETE /partner/v2/saved_line_items/{id}** - **PUT /partner/v2/saved_line_items/{id}** - **GET /partner/v2/saved_line_items/{id}** - **POST /partner/v2/saved_line_items** - **GET /partner/v2/saved_line_items** ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.