v27

latestOpenAPI 3.0.0MITraw.githubusercontent.com2025-11-2810941146.5 KB
Service Providers

list service providers

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

get/ServiceProviders

Response

list of service providers

service_provider_sidstring uuid required
namestring required
descriptionstring
root_domainstring
ms_teams_fqdnstring
test_numberstring

used for inbound testing for accounts on free plan

test_application_namestring

name of test application that can be used for new signups

test_application_sidstring

identifies test application that can be used for new signups

Example response

[
  {
    "registration_hook": {
      "url": "https://acme.com",
      "method": "POST"
    }
  }
]