Service Providers
create service provider
<Error>This endpoint is only availble with an Admin or Service Provider API key</Error>
post/ServiceProviders
Request body
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
Example response
{
"sid": "9d26a637-1679-471f-8da8-7150266e1254"
}