PUT
/
campaigns
/
{campaign_id}
/
ingest
curl --request PUT \
  --url https://api.charp.ai/campaigns/{campaign_id}/ingest \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {}
}'
{
  "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

Body

application/json

Campaign data to ingest

The body is of type object.

Response

200
application/json

Campaign data ingested successfully

The response is of type object.