Trying to update to Inactive email address through SKY API

Hi Everyone,
I am planning to work on Updating inactive email address using SKY API using Python by calling the Patch Email Address (Edit)
https://api.sky.blackbaud.com/constituent/v1/emailaddresses/{email_address_id}
When I look at the URL of API call we are not passing any Authorization Token and API Subscription Key in the URL.
When I was trying the test option in the SKY API

9039ac6805486081c6abb369901897fa-huge-im

It has four sections
1) Authorization section

0e6e9c3f466c92066398a913c8166c17-huge-im

The authorization token will expires after specific time how do I generate new Authorization Bear Token? what are the step I have to follow if I have to implement this in Python
2) Parameter section
This is the place where I pass my unique email_address_id

06109d516bc0455a0bc3bfa6860110fa-huge-im

3) Headers Section
This is the place where I pass my API Subscription key and Bear Authorization Token

62d7a0a5b2f2efbda4719b0c6ff6fe9e-huge-im

4) Body Section

7b054112aab079b08d2738598c5352ee-huge-im

Do I have to pass any keys other than these? How to autogenerate the authorization bear token if it expires?
Thank you!

Comments