GET
/
v1
/
Accounts
/
{account_sid}
/
SpeechCredentials
/
{speech_credential_sid}
/
test
{
  "stt": {
    "status": "ok"
  },
  "tts": {
    "status": "ok"
  }
}

Path Parameters

account_sid
string
required
Example:

"5f8e8f60-4771-44cb-92a6-94ea66df0450"

speech_credential_sid
string
required
Example:

"49d36fb5-ac01-4e7a-ad8a-824033381afd"

Response

200 - application/json
Test SpeechCredential
stt
object
tts
object