how should I set up credentials so that it can make requests via API? Can I get an access token and snip of code for authenticating in python?, is there any python libraries that have the token retrieval pre-built already?
@MoisesGomez27 ,
Check out the LD Python library. A user provides it access credentials and it does the token management on their behalf.