Authorizations
Body
application/json
Available options:
suspend_manual, active Response
200 - application/json
Example:
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"
}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"
}suspend_manual, active Was this page helpful?