---
title: "Lists the parent affiliate IDs for this affiliate"
method: GET
path: "/admin/mlm/parents/{affiliate_id}"
tags: ["multi-level"]
---

# Lists the parent affiliate IDs for this affiliate

`GET /admin/mlm/parents/{affiliate_id}`

## Response `200`

- object
  - `parents` object[]
    - `id` string — Affiliate ID
    - `parent` string — ID of the parent of the affiliate
    - `level` string — Level of this parent with respect to the queried affiliate id

## Other responses

- `403` — Not authenticated

---

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