Hello.
I would like to ask how do we change from the API Key to the Private App configuration, regarding the call for the dispositions.
I only see information about OAuth and API keys in the documentation. This is how we do for API keys:
disp_url = "https://api.hubapi.com/calling/v1/dispositions?hapikey={}".format(properties['api_key'])
Simply changing from api_key to access_token is not enough.
Should we follow the OAuth procedure for the access token of the Private App? If so, how does this Bearer method work?