Get ClickToCall History
Sandbox is coming soon
Today, requests on this page run against your live account. A hosted sandbox with simulated PSTN is on the roadmap — until then, use a non-production user or callflow when experimenting.
Authorization
AuthToken X-Auth-Token<token>
Obtain via PUT /v2/user_auth (user credentials) or PUT /v2/api_auth (account API key). See Authentication.
In: header
Path Parameters
account_id*string
Vinix account identifier.
c2c_id*string
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/accounts/string/clicktocall/string/history"{
"data": {
"auth_required": true,
"bypass_media": true,
"caller_id_number": "string",
"custom_application_vars": {},
"custom_sip_headers": {
"property1": "string",
"property2": "string"
},
"dial_first": "extension",
"extension": "string",
"media": {
"ignore_early_media": true
},
"music_on_hold": {
"media_id": "string"
},
"name": "string",
"outbound_callee_id_name": "string",
"outbound_callee_id_number": "string",
"presence_id": "string",
"ringback": "string",
"throttle": 0,
"timeout": 0,
"whitelist": [
"string"
]
}
}{
"code": "string",
"message": "string",
"request_id": "string"
}{
"code": "string",
"message": "string",
"request_id": "string"
}
