My question: Hi I have 2 API:
- Autentication API in which i fill all variables in the test section, expecially a _tokenAuth
- an api that use that token
My purpose is that any time I run the second API, the Api 1 is run before to the token variables.
Is possible to do this in Pre-Request Script? i didn’t find any function that allow me to call another API in the collection from there?