Get call dispositions with access token from Private App

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?

Hi, @SLeal :waving_hand: To answer your question, you are correct. You will use the OAuth method to include your Private App key.

Here are a few documents to help get you started:

Have fun building! — Jaycee