An API call needs:
See our example below for an API called that grabs all CRM account records of the type “Customer”.
accountType = {"Account_Type":"Customer"};
getCustomers = invokeURL
[
url: "https://www.zohoapis.com/crm/v3/Accounts"
type: GET
parameters: accountType
connection: "zohocrm"
];