| Crates.io | bitwarden-api-identity |
| lib.rs | bitwarden-api-identity |
| version | 2.0.0 |
| created_at | 2023-01-31 14:47:19.708406+00 |
| updated_at | 2025-12-19 19:54:13.644617+00 |
| description | Api bindings for the Bitwarden Identity API. |
| homepage | https://bitwarden.com |
| repository | https://github.com/bitwarden/sdk-internal |
| max_upload_size | |
| id | 772747 |
| size | 127,203 |
When a server API change is made, new bindings will need to be generated to reflect this change for consumption in the SDK.
This can be done the following ways:
Update API Bindings workflow in the sdk-internal repo.Both of these will generate a PR that will require approval from any teams whose owned code is affected by the binding updates.
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
e6c97bd8505d3a454763e41ebfdb05c92691ad1aorg.openapitools.codegen.languages.RustClientCodegenAll URIs are relative to https://identity.bitwarden.com
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AccountsApi | get_web_authn_login_assertion_options | GET /accounts/webauthn/assertion-options | |
| AccountsApi | post_password_prelogin | POST /accounts/prelogin/password | |
| AccountsApi | post_register_finish | POST /accounts/register/finish | |
| AccountsApi | post_register_send_verification_email | POST /accounts/register/send-verification-email | |
| AccountsApi | post_register_verification_email_clicked | POST /accounts/register/verification-email-clicked | |
| AccountsApi | post_trial_initiation_send_verification_email | POST /accounts/trial/send-verification-email | |
| InfoApi | get_alive | GET /alive | |
| InfoApi | get_version | GET /version | |
| SsoApi | external_callback | GET /sso/ExternalCallback | |
| SsoApi | external_challenge | GET /sso/ExternalChallenge | |
| SsoApi | login | GET /sso/Login | |
| SsoApi | pre_validate | GET /sso/PreValidate |
To get access to the crate's generated documentation, use:
cargo doc --open