GET {{baseUrl}}/users/:userId/tsp/:tspId
Each user can have a maximum of two TSP accounts. Use this API to retrieve details of a specific TSP account enabled for a specific user. Scopes: Rate Limit Label: tsp:read:admin
,tsp:read
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"conference_code": "<string>",
"leader_pin": "<string>",
"dial_in_numbers": [
{
"code": "<string>",
"country_label": "<string>",
"number": "<string>",
"type": "tollfree"
},
{
"code": "<string>",
"country_label": "<string>",
"number": "<string>",
"type": "toll"
}
],
"id": "<string>",
"tsp_bridge": "EU_TSP_TB"
} |
ENDPOINTS