---
title: "Get Invoice by ID"
method: GET
path: "/invoices/{invoice_id}"
---

# Get Invoice by ID

`GET /invoices/{invoice_id}`

Retrieve detailed information about a specific invoice.

## Path parameters

- `invoice_id` number, required

## Response `200`

200

- object
  - `data` object
    - `id` integer
    - `id_label` string
    - `client` object
      - `id` integer
      - `name` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `phone` string[]
      - `notes` string
      - `address` string
      - `supplier` boolean
      - `juridical` boolean
      - `conflicted` boolean
      - `modified_at` integer
      - `created_at` integer
      - `discount_code` string
      - `discount_goods` integer
      - `order_discount_services` integer
      - `sale_discount_services` integer
      - `discount_materials` integer
      - `custom_fields` object
        - `f7757287` integer
      - `ad_campaign` object
        - `id` integer
        - `name` string
    - `payer` object
      - `id` integer
      - `name` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `phone` string[]
      - `notes` string
      - `address` string
      - `supplier` boolean
      - `juridical` boolean
      - `conflicted` boolean
      - `modified_at` integer
      - `created_at` integer
      - `discount_code` string
      - `discount_goods` integer
      - `order_discount_services` integer
      - `sale_discount_services` integer
      - `discount_materials` integer
      - `custom_fields` object
        - `f7757287` integer
      - `ad_campaign` object
        - `id` integer
        - `name` string
    - `status` integer
    - `status_full` object
      - `id` integer
      - `name` string
      - `color` string
      - `group` integer
    - `created_at` integer
    - `issue_date` integer
    - `due_date` integer
    - `payment_type` integer
    - `products` object[]
      - `amount` integer
      - `id` integer
      - `order_id` integer
      - `price` number
      - `title` string
      - `uom_id` integer
      - `type` integer
      - `service` boolean
      - `warranty` integer
      - `warranty_period` integer
    - `manager_id` integer
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/revisions/85de4353ed28/schema)
