Reuse Token bearer in Rest API
Hello,
I have two rest apis, one is being used for login that generates the access token code and other api uses the same access token code to post the data.
I am trying to use the same access token code in the second rest api to post the data. How do we do this?
I tried creating a new authentication profile using OAAuth 2.0 Provider (Custom) and Grant Type (JWT Bearer) but it didn't work.
In postman, it works as the access token code is already saved.
Authorization: Bearer Token ( is getting used in Postman)
Any idea, how do we fix it?
***Edited by Moderator Marije to add Capability tags***