Here’s the link to the API doc: Get Token Pair.

If I handle the authentication myself, can i somehow directly use the response of one API call (specifically the access token) as input for subsequent API calls?

I intend to build a plugin and would like to have authentication completely handled within the plugin itself to make the use as easy as possible :slight_smile: