cURL
curl --request POST \ --url https://atoms-api.smallest.ai/api/v1/campaign/{id}/start \ --header 'Authorization: Bearer <token>'
{ "status": true }
Start a campaign
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the campaign
Campaign started successfully
The response is of type object.
object