I want to use the API from Desktop Central Cloud.
I've already got the access and refresh token (a bit hard to find how-to via docs).
The response says me that:
access_token : (the access_token)
refresh_token : (the refresh_token)
api_domain :
https://www.zohoapis.eutoken_type : Bearer
expires_in : 3600
Then, how can I do some API requests? (i.e. api/1.3/inventory/allsummary).
Please, help me.
Thanks in advance.