/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.
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.The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type any
.