GET {{baseUrl}}/tsp
Get information on Telephony Service Provider on an account level. Prerequisites: Scopes: Rate Limit Label:
tsp:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"dial_in_number_unrestricted": "<boolean>",
"dial_in_numbers": [
{
"code": "<string>",
"number": "<string>",
"type": "<string>"
},
{
"code": "<string>",
"number": "<string>",
"type": "<string>"
}
],
"enable": "<boolean>",
"master_account_setting_extended": "<boolean>",
"modify_credential_forbidden": "<boolean>",
"tsp_bridge": "EU_TSP_TB",
"tsp_enabled": "<boolean>",
"tsp_provider": "<string>"
} |
ENDPOINTS