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

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 started successfully

The response is of type object.