Zoho Push Punch Logs
Push punch-in and punch-out logs from we360.ai to Zoho People.
Last updated
Was this helpful?
Was this helpful?
curl --location --request POST \
'https://accounts.zoho.in/oauth/v2/token?grant_type=authorization_code&client_id=<clientId>&client_secret=<clientSecret>&redirect_uri=https%3A%2F%2Faccounts.zohocorp.in%2Faccounts%2Fextoauth%2F<OrganisationID>%2Fclientcallback&code=<CreatedCode>' \
--header 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8'{
"access_token": "1000...",
"refresh_token": "1000...",
"scope": "ZOHOPEOPLE.attendance.ALL",
"api_domain": "https://www.zohoapis.in",
"token_type": "Bearer",
"expires_in": 3600
}