
RickyM.49936 (Customer) asked a question.
Is there a way to view the tokens generated by users who have already access my application that has been integrated with the Okta Tenant? Talking about ID Tokens and Access Tokens. Assume there is an API I can use with POSTMAN but not seeing any documentation online about this.

Hello Ricky, this is Jose Soto from Okta support.
If you have API Access Management and you have a custom authorization server, you can use the token preview option. Otherwise, you would need to perform an OIDC flow in Postman or through a script and retrieve the tokens at the end of the flow.
Documentation for the OIDC flows can be found below. You would need to use one of the flows in order to retrieve the tokens.