Connect & Get help from fellow developers on our Discord community.
Ask the Community
Authentication for App Accessibility API
Learn how to authenticate requests to the App Accessibility REST API
To access the App Accessibility REST API, you must authenticate each request using a valid App Accessibility user signed cookie. This ensures that only authorized users can access project, build, and test data.
Authentication method
-
App Accessibility User Signed Cookie: All API requests require the
Authorization
header to be set with a valid signed cookie for your App Accessibility user session.
Example
curl 'https://api-app-accessibility.browserstack.com/automate/api/v1/project' \
-H 'Authorization: <App Accessibility User Signed Cookie>'
If your authentication is invalid or missing, the API will return a 401 Unauthorized error.
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
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!