cURL
curl --request POST \ --url https://api.comm.com/api/v1/voice/accounts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "twilio_account_sid": "<string>", "twilio_auth_token": "<string>", "default_voice_id": "<string>", "region": "us1" } '
"<string>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
VoiceAccountMetaDataRequest
The response is of type string.
string