cURL
curl --request POST \ --url https://app.famulor.de/api/user/campaigns/update-status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "campaign_id": 123, "action": "<string>" } '
{ "message": "Campaign started successfully.", "success": true, "data": { "campaign_id": 2324, "status": "in-progress" } }
Start or stop a campaign in the Famulor system
Show Data properties
{ "campaign_id": 2324, "action": "start" }