Skip to main content

Responses will be in the JSON format.

Node NameDescription

representation 

Response of the invoked API.

resource_type 

Resource type of invoked API.

 

Response Structure

Copied$ curl --location --request GET 'https://assist.zoho.com/api/v2/user' \ --header 'Authorization: Zoho-oauthtoken {access_token}'
Copied{
       "resource_type" : "user"
       "representation":{
           "...":"..."
        }
   }