---
title: "Retrieve open invoices"
method: GET
path: "/{base_url}/v1/centers/{center_id}/invoices"
---

# Retrieve open invoices

`GET /{base_url}/v1/centers/{center_id}/invoices`

This API searches invoices by invoice number or guest user ID, or retrieves all open invoices for a given date.

## Path parameters

- `center-id` string, required

## Query parameters

- `date` string
- `search_type` integer
- `search_value` string

## Response `200`

200

- object
  - `todays_invoices` unknown
  - `invoices` object[]
    - `name` string
    - `items` string
    - `sale_date` string
    - `appointment_date` string
    - `start_time` string
    - `price` integer
    - `discount` integer
    - `redemptions` integer
    - `final_price` integer
    - `final_price_tax` integer
    - `taxes` integer
    - `rounding_adjustment` integer
    - `mobile_phone` string
    - `email` unknown
    - `invoice_id` string
    - `receive_email` boolean
    - `SSG_amount` integer
    - `unassigned_tip` integer
    - `app_group_id` string
    - `user_id` string
    - `therapist_name` unknown
    - `end_time` unknown
    - `preferred_pronoun` unknown
    - `invoice_no` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
