You can try this by adding Bearer before inserting the Authentication header ("xyzxyz")import requestsr=requests.get('https://webexapis.com/v1/people?email=godwin.nivin@gmail.com', headers={'Authentication': 'Bearer xyzxyz'}, verify=False)print(r.con...