---
title: "GET /api/patient_authorizations"
method: GET
path: "/api/patient_authorizations"
tags: ["Billing"]
---

# GET /api/patient_authorizations

`GET /api/patient_authorizations`

Retrieve or search patient authorizations

## Query parameters

- `cursor` string — The pagination cursor value.
- `page_size` integer — Number of results to return per page.
- `patient` integer
- `doctor` integer
- `start_date` string
- `date_range` string
- `end_date` string

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` PatientAuthorization[] — result data
    - `status` string — Status
    - `patient` string, required
    - `end_date` string
    - `doctor` string, required
    - `updated_at` string
    - `number_of_visits` integer
    - `created_at` string
    - `specialty` string — Specialty
    - `auth_number` string — Authorization Number
    - `start_date` string
    - `patient_id` integer
    - `visits_remaining` integer
    - `notes` string — Notes
    - `doctor_id` integer
    - `procedure_codes` object[] — Array of procedure code objects
      - `price` string — This field is represented in string format
      - `code` string
      - `quantity` string — This field is represented in string format
    - `expired` boolean
    - `id` integer
  - `next` string — Next Paginated page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
