Skip to main content
Table of Contents

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

PUT /automate/recycle_key.json

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.

We're continuously improving our docs. We'd love to know what you liked






Thank you for your valuable feedback