'How do I provide my access_token with python

request = requests.get(f"https://api.mercadopago.com/v1/payments/{id}")

https://i.stack.imgur.com/Iqrsw.png

Is there a way to do this with requests?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source