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

Overview

This endpoint retrieves the titles and IDs of all campaigns in Toingg. It allows users to quickly access the basic identifiers of campaigns, which can be useful for selecting specific campaigns for further actions or analysis.

Example cURL Request

curl -X 'GET' \
  'https://api.toingg.com/api/v3/get_campaigns_title_and_id' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer yourBearerToken'

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
Successful Response

The response is of type any.