Doing http request Zoho Attendance API
Doing http request Zoho Attendance API
Hi,
I got an error message when i tried to invoke the API using the request below :
https://people.zoho.com/people/api/attendance?authtoken=xxxxxxxxxxxxx&dateFormat=dd/MM/yyyy+HH:mm:ss&checkIn=11/09/2017+11:59:25&emailId=bbbbb@exemple.com
This is how my the error looks like :
Error message : "[{"msg":"Permission Denied","response":"failure"}]"
I use python, below is the code:
r = requests.post('
https://people.zoho.com/people/api/attendance?authtoken=xxxxxxxxx&dateFormat=dd/MM/yyyy+HH:mm:ss&checkIn=11/09/2017+11:59:25&mapId=xxxxx@xxxxx.com')
Could you help me to find what is wrong..