HTTP Request Methods

All Zoho People APIs follow REST standards, i.e, people use the HTTP request methods GET and POST.
The following table explains the HTTP methods and their descriptions.

Method​Description
GETTo retrieve data/resource from the resource server.
POSTTo insert or upload any new resource to the server.