---
title: "List Provider Profiles"
method: GET
path: "/api/v1/admin/voice-platform/provider-profiles"
tags: ["provider-profiles-admin"]
---

# List Provider Profiles

`GET /api/v1/admin/voice-platform/provider-profiles`

## Response `200`

Successful Response

- ProviderProfileRead[]
  - `id` string, uuid, required
  - `name` string, required
  - `provider` 'telnyx' | 'zadarma' | 'twilio', required — SIP telephony carriers a provider profile can describe.
  - `tenant_id` string, uuid, nullable, required
  - `sip_host` string, required
  - `credential_param_path` string, required

---

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