Skip to main content
GET
/
get_call_logs_for_campaign
Get Call Logs For Campaign
curl --request GET \
  --url https://api.toingg.com/api/v3/get_call_logs_for_campaign \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.toingg.com/llms.txt

Use this file to discover all available pages before exploring further.

API Description

The “Get Call Logs For Campaign” endpoint is used to retrieve all the calls made by the user (your account). This endpoint is a GET request that returns a list of all the calls made by the user.

Authorizations

Authorization
string
header
required

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

Query Parameters

skip
integer
default:0
limit
integer
default:10
sort
integer
default:-1

Response

Successful Response