Skip to main content
GET
/
v1
/
voice
/
calls
List call history
curl --request GET \
  --url https://api.revdesk.com/v1/voice/calls \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
string
from_date
string
to_date
string
limit
number
Required range: 1 <= x <= 100
cursor
string

Response

Success

The response is of type object.