Authentication
Authentication
# HTTP basic authentication syntax using cURL
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
-X POST "https://integrate.browserstack.com/integrations/<endpoint>"
BrowserStack Integrate 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
.
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.