---
title: "List Providers With Commission Structures"
method: GET
path: "/inventory/commission-structures/providers-with-structures"
tags: ["provider", "inventory"]
---

# List Providers With Commission Structures

`GET /inventory/commission-structures/providers-with-structures`

Get a list of all providers with their commission structure information

## Query parameters

- `location_id` string, nullable

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- ProvidersCommissionStructure[]
  - `id` string, required
  - `firstName` string, required
  - `lastName` string, nullable
  - `email` string, nullable
  - `createdDate` string, date-time, nullable
  - `commissionStructure` CommissionStructureTiny
    - `id` string — Unique identifier for the commission group
    - `name` string, required — Name of the commission group
    - `description` string, nullable — Optional description of the commission group

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
