GET
/
campaigns
/
{campaign_id}
curl --request GET \
  --url https://api.charp.ai/campaigns/{campaign_id} \
  --header 'Authorization: Bearer <token>'
{
  "campaign_id": "<string>",
  "brand_id": "<string>",
  "name": "<string>",
  "status": "pending"
}

Authorizations

Authorization
string
header
required

Bearer token authentication using OAuth2 access token

Path Parameters

campaign_id
string
required

Unique identifier of the campaign

Response

200
application/json
Campaign details retrieved successfully
campaign_id
string
required

Unique identifier of the campaign

brand_id
string
required

ID of the brand associated with the campaign

name
string
required

Name of the campaign

status
enum<string>
required

Current status of the campaign

Available options:
pending,
running,
stopped,
completed