Is there a way that I can get a client_id from the oauth token.
Or a way to get via the username. Is it public information?
If you use the Validate Token endpoint if the token is still valid it will return the Client ID of the app used to create it, and expiration, any scopes, and if it’s a User token it’ll include who the user is.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.