Skip to main content

Quickstart

This is the fastest path to your first BrowserBee API call.

1. Base URL

Use:

https://api.browserbee.com/api/v1

2. Call an endpoint

curl -s \
-H "Authorization: Bearer <YOUR_TOKEN>" \
https://api.browserbee.com/api/v1/browsers

3. Explore the full API

Open the live API reference:

developers.browserbee.com/reference