---
title: "List the customers you bill."
method: GET
path: "/invoice-recipients"
tags: ["Invoices"]
---

# List the customers you bill.

`GET /invoice-recipients`

## Query parameters

- `limit` string — Page size, 1–100 (default 25).
- `cursor` string — Opaque cursor from a prior response nextCursor.

## Response `200`

A page of recipients.

- object
  - `data` InvoiceRecipient[], required
    - `id` string, required
    - `name` string, required
    - `email` string, required
    - `address` object, nullable, required
      - `line1` string, required
      - `line2` string, nullable, required
      - `city` string, required
      - `state` string, nullable, required
      - `postalCode` string, required
      - `country` string, required
    - `createdAt` string, required — ISO 8601 timestamp.
  - `nextCursor` string, nullable, required — Pass back as ?cursor for the next page; null on the last page.

---

[API](https://skmtc.dev/joinarc/apis/arc-api.md) · [All operations](https://skmtc.dev/joinarc/apis/arc-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/joinarc/arc-api/revisions/f0dc4aa0fe84/schema)
