---
title: "GET /contact"
method: GET
path: "/contact"
---

# GET /contact

`GET /contact`

List all contacts for your legal entity. Contacts represent counterparties (customers, vendors) that can be billed via invoices.

## Query parameters

- `cursor` string
- `filter:legalEntityId` string
- `filter:name` string

## Response `200`

OK

- object
  - `items` Contact[], required
    - `id` string, required — Unique identifier for the contact.
    - `name` string, required — Display name of the contact.
    - `recipientType` 'contact' | 'vendor' — The relationship type of the contact.
    - `recipientLegalName` string — Legal name of the recipient.
    - `recipientEmail` string — Email address of the recipient.
    - `address` object — Address of the contact.
    - `data` object — Payment destination data (bank account, crypto address, etc.).
  - `metadata` PaginationPaginationResponse — Response sent when requesting a list of data
    - `nextCursor` string — The cursor to use to retrieve the next page of data. If this is not sent, there is no more data to retrieve.
    - `count` number — The number of items in the current page of data.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

---

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