v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBInvoice Contacts
Search previously-billed 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.
get/v1/invoices/contacts
Query parameters
querystring required
Name or email prefix (min 2 chars)
limitinteger
Max results (default 8, max 25)
Response
OK
Example response
{
"data": [
{
"customer_id": "cus_abc123",
"email": "juan@example.com",
"last_used_at": "2026-07-01 10:00:00+00:00",
"name": "Juan dela Cruz",
"phone": "+639171234567",
"tin": "123-456-789-000"
}
]
}