# BitWarden API **Provider:** BitWarden **Category:** security **Base URL:** `https://bitwarden.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1,000 req/min **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://bitwarden.com/help/api/ ## Description Bitwarden is the most trusted password manager for passwords and passkeys at home or at work, on any browser or device. Start with a free trial. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://bitwarden.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://bitwarden.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Open-source password manager. Free: personal use, unlimited passwords. Teams $3/user/mo. Enterprise $5/user/mo. API access included with all plans. --- *Source: [API Map](https://apimap.dev/apis/bitwarden/) — CC BY 4.0*