v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Campaigns

Get a campaign

Get information about a specific campaign, including its name, external ID, and parent campaign if applicable.

get/campaigns/{campaign_id}

Path parameters

campaign_idstring required

The unique ID of the campaign in CareCloud.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "idcampaign": "8bed991c68a470e7aaeffbf048",
    "campaign_id": "8bed991c68a470e7aaeffbf048",
    "external_id": "CAMP-EXT-001",
    "name": "Standard campaign",
    "last_change": "2021-04-16 18:22:35.052987",
    "state": 1
  }
}