Authentication
Authentication
# HTTP basic authentication syntax using cURL
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
-X POST "https://api.browserstack.com/user/<endpoint>"
User Management API uses HTTP Basic Auth
for authentication.
You need to pass your BrowserStack’s account credentials in each request. It helps us identify the account from which the API requests are made. BrowserStack’s account credentials include username
and access-key
.
You can view your account credentials from Settings section on Account.
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.