Skip to main content

toggle mute status for a user connected to a channel through pstn

post/v1/channel/pstn/mute

toggle mute status for a user connected to a channel through pstn

post/v1/channel/pstn/mute

https://managedservices-prod.rteappbuilder.com/

Request

HEADER

AuthorizationREQUIRED
TYPE: STRING

JWT token as auth header. Format "Bearer <xxxxx.yyyyy.zzzzz>" xxxxx.yyyyy.zzzzz is the JWT token

REQUEST BODY

request to toggle mute status

uid
TYPE: STRING

passphrase
TYPE: STRING

mute
TYPE: BOOLEAN
SAMPLE REQUEST
{
"uid": "string",
"passphrase": "string",
"mute": true
}

Responses

success

POST /v1/channel/pstn/mute

Request

Base URL
https://managedservices-prod.rteappbuilder.com
Authorization — header required
Body
{
"uid": "string",
"passphrase": "string",
"mute": true
}
curl -L -X POST 'https://managedservices-prod.rteappbuilder.com/v1/channel/pstn/mute' \
-H 'Content-Type: application/json' \
--data-raw '{
"uid": "string",
"passphrase": "string",
"mute": true
}'