---
title: "List account entity relationships"
method: GET
path: "/v0/accounts/{id}/entity_relationships"
tags: ["Compliance"]
---

# List account entity relationships

`GET /v0/accounts/{id}/entity_relationships`

Lists all entity relationships for a specific account.

## Path parameters

- `id` string, required — The ID of the Account object.

## Query parameters

- `limit` integer
- `starting_after` string

## Response `200`

List of entity relationships for the account.

- object
  - `has_more` boolean, required — Indicates whether more results are available beyond this page.
  - `cursor` string — Cursor to retrieve the next page of results. Only present when has_more is true.
  - `objects` EntityRelationship[], required
    - `entity_id` string, required — The ID of your entity.
    - `relationship_type` 'account_holder' | 'authorized_signer' | 'authorized_user', required — Indicates the type of Entity

## Other responses

- `400` — Your request parameters did not validate.
- `401` — Valid access token was not used to call the API.
- `404` — Account ID does not exist.
- `429` — Too many requests. Please slow down your request rate.
- `500` — Server error. Please try your request again.

---

[API](https://skmtc.net/lead/apis/lead-bank.md) · [All operations](https://skmtc.net/lead/apis/lead-bank/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lead/lead-bank/versions/25c2a92d55e2/schema)
