---
title: "Retrieve list of provider Ids with which the current client is associated"
method: GET
path: "/v1/me/providers"
tags: ["Me"]
---

# Retrieve list of provider Ids with which the current client is associated

`GET /v1/me/providers`

## Response `200`

Provider information

- MeV1ProviderSummary[]
  - `id` string, nullable — Provider identifier - this will map to the username
  - `companyName` string, nullable — Company name
  - `contactNameTechnical` string, nullable — Contact person's name for technical related enquiries
  - `emailTechnical` string, nullable — Email address to receive technical related emails
  - `phoneTechnical` string, nullable — Phone to be contact for technical related enquiries
  - `contactNameBusiness` string, nullable — Contact person's name for business related enquiries
  - `emailBusiness` string, nullable — Email address to receive business related emails
  - `phoneBusiness` string, nullable — Phone to be contact for business related enquiries

## Other responses

- `default` — Error

---

[API](https://skmtc.net/domain/apis/domain-public-api.md) · [All operations](https://skmtc.net/domain/apis/domain-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/domain/domain-public-api/revisions/24ab78aba827/schema)
