Discussions

Ask a Question
Back to All

Issues while getting Employee Clockin and Clockout

Hi

I have just created an trial account.
followed "Getting Started with Authentication"
did everything.

I have created few test employees.
when i hit
https://www.humanity.com/oauth2/token.php
this generates token.

then i hit https://www.humanity.com/api/v2/employees?access_token=a22d6a43032447420c58a3d40d0b9b7340c8b91d
i could my list of employees i created.

but when i try to hit below ,
https://www.humanity.com/api/v2/timeclocks?access_token=a22d6a43032447420c58a3d40d0b9b7340c8b91d

i get this
{
"status": 1,
"data": [],
"metadata": [],
"token": "a22d6a43032447420c58a3d40d0b9b7340c8b91d",
"error": null
}