GET
/
get_campaign_from_id
Get Campaign From Id
curl --request GET \
  --url https://api.toingg.com/api/v3/get_campaign_from_id \
  --header 'Authorization: Bearer <token>'
"<any>"

Overview

This endpoint retrieves the details of a specific campaign in Toingg using its unique ID. It allows users to access comprehensive information about a campaign, which can be useful for identifying and managing campaigns based on their IDs.

Example cURL Request

curl -X 'GET' \
  'https://api.toingg.com/api/v3/get_campaign_from_id?campId=yourCampaignId' \
  -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.

Query Parameters

campId
string
required

Response

Successful Response

The response is of type any.