---
title: "Buscar sócio de conta"
method: GET
path: "/accounts/{account_id}/owners/{id}"
---

# Buscar sócio de conta

`GET /accounts/{account_id}/owners/{id}`

Retorna os dados de um determinado sócio de conta

## Path parameters

- `account_id` string, required
- `id` string, required

## Response `200`

200

- object
  - `id` string
  - `name` string
  - `cpf` string
  - `email` string
  - `phone` string
  - `kind` string

## Other responses

- `400` — 400

---

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