A fresher to postman, currently working on API project where I need to delivery to the API and Token the client to integrate with them system, good is I successfully configure the Authorization
as OAuth Type
as Password Credentials
and receiving perfect response as 200
.
The issue/confusion is Token is getting expire every hour, I need to Get new Access Token
every time.
So, the question is, is it anyway I can overcome this issue?
- that no need to get new/refresh token.
- can provide the one fix token to client.