How to get passwords from store with curl

He folks,

nice work here! Got the postgresql container up and running.

Now I need to know how to read/get a password from the store via curl, its not the original Bitwarden Public API from here https://bitwarden.com/help/api/ anymore right?

so

returns “event not found”

Is there somewhere a documentation?

Thx
Mike

bitwarden_rs doesn’t currently implement the public APIs, but there are no public APIs to retrieve password data anyway. You would have to use undocumented internal APIs to get the encrypted password data, then perform additional processing to decrypt it yourself.

You probably want to use the Bitwarden CLI instead.

works perfect with the Bitwarden CLI. smart and easy.

Thanks!

1 Like