Python: API Headers

Headers needed when using API authentication through Python script.

{

“Authorization”: “Basic {client_id:client_secret}”,

“Content-Type”: “application/x-www-form-urlencoded”

}