Api Error OAuthClientViewForbidden

{
	"errors": [
		{
			"code": null,
			"code_name": "OAuthClientViewForbidden",
			"detail": "You do not have permission to view OAuth Client with id REDACTED.",
			"id": "dc615d0a-eba4-5fdb-9cb5-838b7ca49cf8",
			"status": "403",
			"title": "You do not have permission to view this OAuth Client."
		}
	]
}
``` when going to https://api.patreon.com/oauth2/api/current_user

Try to make sure that the client, token, endpoint and call that you are using are all v2 instead of any being v1.