List calls
GET
/ v1 / calls Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Responses
OK
calls object[] required curl --request GET \
--url "http://127.0.0.1:7880/v1/calls" \
--header "Authorization: Bearer YOUR_API_KEY"{
"calls": []
}