---
search:
  tags:
    - billing
    - GET
seo:
  description: >-
    What are Invoice Contacts? Returns a list of… Reference for the GET
    /billing/potential-invoices/{id}/contacts endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: Get available contacts for potential invoice
title: Get available contacts for potential invoice
type: openapi-operation
---
**What are Invoice Contacts?**
Returns a list of organization members (contacts) from the customer organization who can be selected as invoice recipients. These contacts are the people who will receive the invoice when it is sent via email. You can set a contact for each potential invoice to specify who should receive the final invoice document.

**Invoice ID Format:**
The invoice ID follows the format: &#123;type&#125;::&#123;projectId&#125;::&#123;dateFrom&#125;::&#123;dateTo&#125;
- Example: SingleProject::0e9d033a-ab41-4212-8637-66c4e3b01fe2::2025-10-01::2025-10-31
The projectId is extracted from the invoice ID to determine which organization is the customer, and then returns contacts from that organization.

**What data is returned:**
- List of organization members from the project customer organization
- Each contact includes ID (UUID), full name, avatar file ID (if available), and email address
- Contacts are sorted alphabetically by first name, then last name
- Only active (non-deleted) organization members are returned

**How to use:**
1. Get the list of available contacts for a potential invoice
2. Select a contact ID from the list
3. Use the PATCH endpoint to set the contactId for the potential invoice
4. When the invoice is finalized and sent, it will be emailed to this contact

**Permission requirements:**
Requires Invoices.manage permission and access to the project to view contacts.

<Operation source="api-reference" id="potentialinvoicescontroller-getinvoicecontacts" />
