---
title: "list service providers"
method: GET
path: "/ServiceProviders"
tags: ["Service Providers"]
---

# list service providers

`GET /ServiceProviders`

<Error>This endpoint is only availble with an Admin or Service Provider API key</Error>

## Response `200`

list of service providers

- ServiceProvider[]
  - `service_provider_sid` string, uuid, required
  - `name` string, required
  - `description` string
  - `root_domain` string
  - `registration_hook` Webhook
    - `webhook_sid` string, uuid
    - `url` string, url, required
    - `method` 'get' | 'post'
    - `username` string
    - `password` string
  - `ms_teams_fqdn` string
  - `test_number` string — used for inbound testing for accounts on free plan
  - `test_application_name` string — name of test application that can be used for new signups
  - `test_application_sid` string — identifies test application that can be used for new signups

## Other responses

- `500` — system error

---

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