Can i know what happens to the access_token each time i call authenticate api ? Will it show different access token each time or it will change each time we make a call to it.
Here, Api calls are made with a frequency of shorter durations.
Depending on the internal state of the session, you may get the same access_token or a different one. Your application should not rely on them being same.
Also, why do you need to authenticate so many times?
Also, why do you need to authenticate so many times?