Get call list
- get access token following steps in our auth guide,
- check out all possible filters in Swagger documentation,
- send request to our API endpoint with specified filters,
- if no filters are specified, server will use the default values
curl -X 'GET' \
'https://ipbxapi.voipex.io/calls' \
-H 'accept: application/json' \
-H 'Authorization: Bearer {TOKEN}'