Can we decode the OAuthToken to identify the clientId?
Hello,
No, the token is a random string. It does not contain information about the ClientId or else.
If your token is still valid/active, you can use: GET /api/v2/tokens/me to retrieve information about the OAuthClient and the organization.
Regards,
@Jerome.Saint-Marc
Are you saving the token data like clientid,token hash, createddate,expiry date, idle time in the database. I was asking this because support team can provide this information if we send the token.
Please remember that sharing auth tokens is a very insecure practice; it's no different than sending someone your password. This is something you should never do.
Ya got you tim.
Thank you
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.