---
title: "List Slips"
method: GET
path: "/v1/public/slips"
tags: ["Slips"]
---

# List Slips

`GET /v1/public/slips`

## Query parameters

- `workspace_id` string, nullable
- `lang` string, nullable
- `language` string, nullable

## Headers

- `Accept-Language` string

## Response `200`

OK

- SlipSchema[]
  - `id_slip` integer, nullable
  - `contact_name` string, nullable
  - `company_name` string, nullable
  - `start_date` string, date, nullable
  - `due_date` string, date, nullable
  - `status` string, nullable
  - `slip_type` string, nullable
  - `currency` string, nullable
  - `total_price` number, nullable
  - `total_price_without_tax` number, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

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