How to get details on a token?

Description
After creating a auth token for a user, how can I get the details of this user, especially the user_id for this user?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Hi @yisroel.perton.dev,

You should be able to jwt-decode the access_token to reveal a uid field. Please see a similar post on this here:

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.