---
title: "Recebe uma lista das unidades com as quais o cliente possui vínculo"
method: GET
path: "/franchisees"
tags: ["Unidades"]
---

# Recebe uma lista das unidades com as quais o cliente possui vínculo

`GET /franchisees`

O retorno é uma lista de unidades, contendo os params "id" e "name", de forma a facilitar a identificação  de qual unidade se deseja inserir no pedido.

## Headers

- `Authorization` string, required

## Response `200`

Generated

- object
  - `id` integer
  - `name` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

- **2021-05-11** (1.5) `0be35aeec025` — 2 warning, 2 info
  - removed the optional property `remote_name` from the response with the `200` status
  - removed the optional property `url` from the response with the `200` status
  - added the optional property `id` to the response with the `200` status
  - added the optional property `name` to the response with the `200` status

[Change history](https://skmtc.dev/redevistorias/apis/rede-vistorias-erp-api/changes/franchisees/get.md)

---

[API](https://skmtc.dev/redevistorias/apis/rede-vistorias-erp-api.md) · [All operations](https://skmtc.dev/redevistorias/apis/rede-vistorias-erp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redevistorias/rede-vistorias-erp-api/revisions/0be35aeec025/schema)
