Postman complete REST API documentation

Hello everyone,
It’s Carlo here. I’m looking for complete Postman documentation and I found this:

However, I couldn’t find the route for getting JWT.
auth/realms/:realm/protocol/openid-connect/token
Does anyone know of a Postman collection that includes this part as well?
best :waving_hand:

1 Like

Hi,

Not 100% sure what you mean, but the endpoint you mentioned is right the first in that Collection:
AccessToken > [UAT] Obtain access token for a user

The “JWT” are essentially just the Format of specific Tokens like an Access- or IdentityToken. If you’re looking to grab an AccessToken for a User, the /token-endpoint is what you’re looking for, of course best to use it with an authorization-code though and not with the implicit flow providing a password :wink: