I’ve created an API token and gave it permission for a specific zone resource.
Is there an API that I can call with this token and would tell me which zones it can manage?
Something like /client/v4/user/tokens/verify
but with more information about that token.
2 Likes
+1 on this, it would be extremely useful to be able to check which permissions are enabled on the API Token.
+1 on this one. As an example - when letting users specify their own token in our WordPress plugin thenit would be great to validate that the token has sufficient access to clear the cache etc. Instead now we can only validate that the token is valid, but not that it has sufficient access, and we have to wait until an unauthorized actions is made to find out…