VoiceOps accepts JSON-bodied POST requests only. You must send the API key and Secret key in the JSON request body:
{
“api_key”: “<your api key>”,
“secret_key”: “<your secret key>”
}
All endpoints require authentication for every request. There is no active session or requirement to maintain cookies.