Hi.
I am testing Vaultwarden API.
Do I understand correctly that some of the API’s functions are present in Vaultwarden, such as events?
It says here “Vaultwarden implements the Bitwarden APIs required for most functionality, including:”
I’m sending a request (it doesn’t matter whether it uses a token or not).
curl -X POST https://MY_URL.org/api/public/events
I get response
{“error”:{“code”:404,“description”:“The requested resource could not be found.”,“reason”:“Not Found”}}
I get this same response for all functions.
I don’t understand which functions work and which don’t.