Can we obtain Access Token for our API without any authentication happening before?

Hi @clubbing

You can retrieve access tokens without a user login by using the Client Credentials flow. With machine-to-machine (M2M) applications, such as CLIs, daemons, or services running on your back-end, the system authenticates and authorizes the app rather than a user. You’ll just need to provide the client id and secret to get a valid access token back. Please see more info here: