Hi,
We're using the Victron API for M2M backend communication and we use the "personal access token" approach for authentication.
Following the 8.4.3 point of the documentation https://docs.victronenergy.com/vrmapi/overview.html#revoke-a-personal-access-token, a GET request is required for the API to revoke the tokens.
The headers we send to the revoke API at the:
{'X-Authorization': 'Token ...'}
The URL is:
https://vrmapi.victronenergy.com/v2/users/.../accesstokens/.../revoke
The problem is that the API returns
HTTP 403 Forbidden url for...
Could someone help us?
Cheers,
Ivaylo Donchev