GET
/
get_call_logs_for_batch
curl --request GET \
  --url https://api.toingg.com/api/v3/get_call_logs_for_batch \
  --header 'Authorization: Bearer <token>'
"<any>"

API Description

The “Get Call Logs For Batch” endpoint is used to retrieve all the calls made in one Batch. This endpoint is a GET request that returns a list of all the calls made in one Batch.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

batchId
any
required
skip
integer
default:0
limit
integer
default:10
sort
integer
default:-1

Response

200
application/json

Successful Response

The response is of type any.