GET
/
ads
/
twitter
/
campaigns
{
  "campaigns": [
    {
      "name": "Ayrshare",
      "business_name": null,
      "timezone": "America/New_York",
      "timezone_switch_at": "2020-11-10T05:00:00Z",
      "country_code": "US",
      "id": "18ca55appc1",
      "vat_status": "NOT_REQUIRED",
      "created_at": "2020-11-11T16:22:12Z",
      "updated_at": "2021-04-27T16:18:41Z",
      "industry_type": null,
      "business_id": null,
      "approval_status": "ACCEPTED",
      "deleted": false
    }
  ]
}

The campaigns field id contains the campaign ID. Note: The campaign is sometimes referred to as the accounts.

Header Parameters

Authorization
string
required
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY
Profile-Key
string
Profile Key of a User Profile.

Format: Profile-Key: PROFILE_KEY
{
  "campaigns": [
    {
      "name": "Ayrshare",
      "business_name": null,
      "timezone": "America/New_York",
      "timezone_switch_at": "2020-11-10T05:00:00Z",
      "country_code": "US",
      "id": "18ca55appc1",
      "vat_status": "NOT_REQUIRED",
      "created_at": "2020-11-11T16:22:12Z",
      "updated_at": "2021-04-27T16:18:41Z",
      "industry_type": null,
      "business_id": null,
      "approval_status": "ACCEPTED",
      "deleted": false
    }
  ]
}