Return a list of search terms.
Url Parameters
- companyid - Your company id.
Body
- retailers (Optional)– an array of retailer ids to filter by.
Sample Request
POST api/report/insights/v2/{companyid}/searchterms
Request Body
{
"retailers": [
"00000000-0000-0000-0000-000000000000"
]
}
Sample Response
{
"items": [
{
"id": "dfc5514d-c38d-4d2a-9dbf-bd92b258c7a1",
"title": "batteries",
"searchtermgroupid": "ed5eeca3-7dc4-4f92-abfa-6662f91c74c3"
}
]
}