Hi Developer Team, I'm trying to integrate zoho crm and constant contact while authenticating constant contact from zoho crm its connected successfully but after 2hours it has expired because of access_token expired. i know how to refresh the access_token via api request but the requirement is it need to 'expires-in' key in the response of generating access_token url.but in our response we are only getting access_token,refreh_token and token_type . but We want expires-in key with value of access_token expire time. Example response of what we are looking is i have mentioned below { "access_token":"shjgyeb738s8s8d8asdasdd9asd", "refresh_token":"jsytutugusdgf837683js8ed76jww7d7ed7837", "token_type":"Bearer" "expires_in": 7200 } Thanks and Regards, Mageshwari SS
... View more