Get Product
Use this API to get a list of all the products created in your Zoho Marketing Automation account.
Request Type
- GET
Scope
- ZohoMarketingAutomation.lead.READ
Request URL
https://ma.zoho.com/api/v1/topics/products?details={from_index:0,range:1}
API Limit
- Duration: 5 mins
- Number of Calls: 100
- Lock Period: 30 mins
You can send 100 API calls per 5 minutes. If you hit this limit, you can't use this API for the next 30 minutes due to security reasons, but you can still use other APIs if their lock period hasn’t been reached.
List of Parameters --Version 1
Parameter | Data Type | Description |
from_index | Integer | Range of topics to be returned to the user |
range | Integer | Range of topics to be returned to the user. |
Possible error cases
Error Code | Description |
4010 | No privilege |
4014 | Product ID associated to topic is invalid |
4019 | Product ID is mandatory for brand product topic creation |
If your error code is not listed above, click here.
Sample request
Copiedhttps://ma.zoho.com/api/v1/topics/products?details={from_index:0,range:1}
Sample Response
Copied{
"code": "200",
"message": "Success",
"uri": "/api/v1/topics/products",
"products": [
{
"product_id": "74726000000064001",
"product_name": "P1"
}
]
}