Reuse Token bearer in Rest API

@ManishS96

What is the grant type you have for generating token on Postman? Is it JWT Bearer?

We have used of type client credentials and we were able to re-use the same authentication profile for multiple connect RESTs. We can use the same authentication profile for multiple APIs if they also use the same authentication.