URL: https://api.stringee.com/v1/debugger
HTTP method: GET
Custom HTTP GET header: Name: X-STRINGEE-AUTH Value: JSON web token (JWT), see REST API Authentication
GET params:
Field | Type | Require | Description |
---|---|---|---|
callid | String | No | ID of call |
Sample request
GET https://api.stringee.com/v1/debugger?callid=call-vn-1-DZDOGUG7PX-1604286825558
X-STRINGEE-AUTH: json_web_token
Sample response
{
"r": 0,
"msg": "Success",
"data": [
{
"id": 191283,
"account_id": 16,
"project_id": 25,
"call_id": "call-vn-1-DZDOGUG7PX-1604286825558",
"from_number": "84988881116",
"to_number": "84988881117",
"call_type": 1,
"command": "CALL_STOP",
"data": "0",
"created_at": "2020-11-03 09:26:43",
"created": 1604370403671
},
{
"id": 191282,
"account_id": 16,
"project_id": 25,
"call_id": "call-vn-1-DZDOGUG7PX-1604286825558",
"from_number": "84988881116",
"to_number": "84988881117",
"call_type": 1,
"command": "CALL_SDP_CANDIDATE",
"data": "{\"sdpMLineIndex\":0,\"candidate\":\"candidate:3052053315 1 udp 41885439 103.35.64.216 30081 typ relay raddr 14.177.152.147 rport 59421 generation 0 ufrag 2IJW network-id 1 network-cost 10\",\"sdpMid\":\"0\"}",
"created_at": "2020-11-03 09:26:42",
"created": 1604370402187
},
{
...
}
]
}