Access Key
You may need to reset your BrowserStack access key (to comply with your organization’s internal key rotation policies or when members leave). Access key API helps to obtain a new access key.
The same access key is used for Automate and Local Testing. You can also reset the access key using an API Client (like Postman. See how).
Reset access key
Request Parameters
Request
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
-X PUT -d "{}" https://api.browserstack.com/automate/recycle_key.json
No parameter required.
Response Attributes 200 OK
JSON
Response
{
"old_key": "{old_key}",
"new_key": "{new_key}"
}
-
old_key String
Old access key.
-
new_key String
New access key.
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.