Campaign Endpoints
Get Campaigns
GET
Overview
The “Get Campaigns” endpoint allows users to retrieve a list of all campaigns in Toingg. By sending a GET request to the /get_campaigns
endpoint, users can obtain detailed information about each campaign, including its status, creation date, and other relevant details. This endpoint is useful for managing and reviewing campaign performance.
Example cURL Request
Response
The response will include the following fields for each campaign:
campaignId
: A unique identifier for the campaign.name
: The name of the campaign.status
: The current status of the campaign (e.g., “active”, “paused”, “completed”).creationDate
: The date and time when the campaign was created.details
: Additional details about the campaign, if any.
These details help users manage and analyze their campaigns effectively, providing insights into their performance and status.
Authorizations
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
.