---
title: "Search previously-billed contacts"
method: GET
path: "/v1/invoices/contacts"
tags: ["Invoice Contacts"]
---

# Search previously-billed contacts

`GET /v1/invoices/contacts`

Returns the caller org's previously-billed customers whose name or email prefix-matches the query, most-recently-used first, for the create-flow BILL TO autocomplete. Queries under the minimum length return an empty list.

## Query parameters

- `query` string, required
- `limit` integer

## Response `200`

OK

- object — Standard response containing data and its metadata if any
  - `data` ContactResponseDTO[]
    - `customer_id` string
    - `email` string
    - `last_used_at` string
    - `name` string
    - `phone` string
    - `tin` string
  - `has_more` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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