Skip to main content
PUT
https://api.getmalakai.com/api/
/
api
/
campaigns
/
outbound
/
launch
/
{id}
Launch a Campaign
curl --request PUT \
  --url https://api.getmalakai.com/api/api/campaigns/outbound/launch/{id} \
  --header 'Authorization: <authorization>' \
  --header 'x-access-token: <x-access-token>'
{
  "status": "<string>"
}

Headers

Authorization
string
required
Your API key for authentication. Prefix with Bearer .
x-access-token
string
required
Your access token for authentication.

Path Parameters

id
string
required
The unique identifier of the campaign to launch.

Responses

status
string
Launch a campaign.