v27

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

create service provider

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

post/ServiceProviders

Request body

namestring required

service provider name

descriptionstring
root_domainstring

root domain for group of accounts that share a registration hook

ms_teams_fqdnstring

SBC domain name for Microsoft Teams

Example request

{
  "name": "fastcomms",
  "root_domain": "example.com",
  "registration_hook": {
    "url": "https://acme.com",
    "method": "POST"
  },
  "ms_teams_fqdn": "contoso.com"
}

Response

service provider successfully created

sidstring required

Example response

{
  "sid": "9d26a637-1679-471f-8da8-7150266e1254"
}