curl --request GET \
--url https://api.comm.com/api/v1/voice/calls/pivot-stats \
--header 'Authorization: Bearer <token>'
{
"data": "<string>",
"metadata": {
"group_by": [
"<any>"
],
"metrics": [
"<any>"
],
"start_date": "<string>",
"end_date": "<string>"
},
"success": true
}
curl --request GET \
--url https://api.comm.com/api/v1/voice/calls/pivot-stats \
--header 'Authorization: Bearer <token>'
{
"data": "<string>",
"metadata": {
"group_by": [
"<any>"
],
"metrics": [
"<any>"
],
"start_date": "<string>",
"end_date": "<string>"
},
"success": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
1000
Show child attributes
Show child attributes
The response is of type object
.