bitwarden.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.
Collections
get
collections.get
Get details for a specific collection
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
organizationId | string | Yes | — |
id | string | Yes | — |
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | — |
organizationId | string | Yes | — |
name | string | Yes | — |
externalId | string | No | — |
list
collections.list
List all collections in an organization
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
organizationId | string | Yes | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | Yes | — |
data full type
data full type
Members
get
members.get
Get details for a specific organization member
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
organizationId | string | Yes | — |
id | string | Yes | — |
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | — |
organizationId | string | Yes | — |
email | string | Yes | — |
name | string | Yes | — |
status | number | Yes | — |
type | number | Yes | — |
twoFactorEnabled | boolean | Yes | — |
accessAll | boolean | Yes | — |
list
members.list
List all members in an organization
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
organizationId | string | Yes | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | Yes | — |
data full type
data full type
Organizations
get
organizations.get
Get details for a specific organization
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | — |
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | — |
name | string | Yes | — |
billingEmail | string | Yes | — |
businessName | string | No | — |
businessAddress1 | string | No | — |
businessAddress2 | string | No | — |
businessAddress3 | string | No | — |
businessCountry | string | No | — |
businessTaxNumber | string | No | — |
list
organizations.list
List all organizations the API key has access to
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | Yes | — |
data full type
data full type