cURL
curl --request PUT \ --url https://api.brightdata.com/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "suspend_manual" } '
{ "status": "suspend_manual" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
suspend_manual: Manually suspend
suspend_manual
active: Activate
active
OK
"suspend_manual"
Was this page helpful?