Hi,
I'm testing Zoho Vault and trying to do some operations with it's API, because, in the future, we will need to automate some operations, like chamber creation.
I have registered a self client with "ZohoVault.secrets.ALL" and "ZohoVault.user.ALL" scopes. With that, I am able to create a refresh token in order to generate an access token every time I need it to make a request.
I'm using Postman to do some tests. If I do a GET call to get all the users, it works fine and return the information:
But, if I try to do the same with chambers (As is shown in API documentation), I get an error message:
Can you help me, please?
Thanks and regards.