---
title: "Get associated entities"
method: GET
path: "/api/v1/AssociatedEntities"
tags: ["Associated Entities API"]
---

# Get associated entities

`GET /api/v1/AssociatedEntities`

Allows Coyote's Carrier and Shipper partners to retrieve all associated entities to their account that can be transacted on behalf of via our API.

## Response `200`

Associated entities retrieved and returned

- CoyoteSystemsExternalApiContractsModelsAssociatedEntitiesAssociatedEntity[]
  - `id` integer — Coyote entity Id
  - `name` string, nullable — Coyote entity name

## Other responses

- `204` — Associated entities do not exist for the requested entity
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/coyote/apis/coyotego-api.md) · [All operations](https://skmtc.dev/coyote/apis/coyotego-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coyote/coyotego-api/revisions/3229e1a057a2/schema)
