Update Beacon Status
PUT {{campaign_url}}/beacons/:id/statuses
Updating a beacon's active status
You can edit the status of an existing beacon by sending this PUT request. To update all other beacon settings, send a PUT Edit Beacon request.
To change a beacon's play status, open the body tab and define the clientStatus as one of the following: play, pause, stop.
To archive a beacon, set the workflowStatus as archived. To unarchive a beacon, set the workflowStatus as approved.
For information on obtaining the beacon's id, see GET Existing Beacon documentation.
Request Body
{"workflowStatus"=>"archived"}