How to call API by it's name in pm.sendrequest?

An API collection I have is available on my postman. Auth Token generator API is one of them. I need to call it for every other API as well. Could you please let me know how to call the APIs in another API by their names ?

Hi @surathdp

if you want to call token endpoint for every request in the collection then you can keep the token genration endpoint in pre-request tab

before processing the actual request the pre-request script will be executed

Thank you for the response @sseenivasan89. Do you mean at the collection level?
Don’t we have any option to call the existing request in another request in an easy way ?