1
0
mirror of https://github.com/bitwarden/help synced 2025-12-15 15:53:53 +00:00

adjusted plan list for API use (#206)

This commit is contained in:
Trey Greer
2020-09-24 19:04:13 -04:00
committed by GitHub
parent 804b6f429b
commit c8787d93af

View File

@@ -10,7 +10,10 @@ tags: [api]
Bitwarden provides a full-featured RESTful API for managing your organization. You can use the API to manage your organization's members, collections, groups, event logs, and more. The API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
{% note %}
API access is only available to enterprise organizations.
API access is available for the following plans:
- Classic 2019 Enterprise
- Current Enterprise
- Current Teams
{% endnote %}
## Table of Contents