v27

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

update service provider

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

put/ServiceProviders/{ServiceProviderSid}

Request body

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 request

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

Response

service provider updated