简体中文
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>
OK
The response is of type object.
object
此页面对您有帮助吗?