### Read a plan's per-reseller prices

`GET /api/v1/profiles/{id}/price-list`

The pricing-tree overrides for this plan: what each manager in the tree pays and may charge, where it differs from the plan default.

- Authentication: manager session (JWT) or API token
- Permission: `prm_profiles_pricing` (Manage profile pricing)
- Risk: write

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `id` | path | integer | yes | Plan id. |

