I’m trying to use the Bitwarden CLI bws with an access token to list the projects in my enterprise account and to view the secrets I’ve created in a project, but I keep getting this error:
PS> .\bws --access-token “” --server-url “https://api.bitwarden.eu/api” project list
Error:
0: Received error message from server: [404 Not Found]
I’ve tried both https://api.bitwarden.eu/identity and https://api.bitwarden.eu/api as the --server-url, but it still returns 404.
Does anyone know the correct endpoint or how to use project list and view project secrets with the bws CLI? I’m using version bws-x86_64-pc-windows-msvc-1.0.0.
Thanks in advance for any help!