Two-legged oauth option for resource owners?

Is there a two-legged oauth option for making API requests? I am the resource owner and I want to be able to develop internal processes for importing contact data from our other internal systems. Having to manage access and refresh tokens adds an additional, unnecessary level of complexity to the applications using the API, so I would like to avoid this if possible.

There is not a Resource Owner grant type you can use. We are working on solving for this in the future, but for right now you have to manage tokens.

I see…we will plan to work with the token management then. Thank you for the fast and clear response though!