/api/v1/customer/campaigns/get-filter-list

GET

/api/v1/customer/campaigns/get-filter-list

This API gives list of stores and manufacturers for filtering purpose.

Sample Request body

Parameter

Value / Type

Required

campaign-type

String

true

Sample Response

{
    "status": true,
    "items": [
        {
            "id": "34",
            "company": "SC Choice Management"
        },
        {
            "id": "77",
            "company": "FasTrax Solutions"
        },
        {
            "id": "79",
            "company": "Buffalo Wild Wings"
        },
        {
            "id": "82",
            "company": "Walmart"
        },
        {
            "id": "83",
            "company": "Steve Madden"
        },
        {
            "id": "110",
            "company": "Best Pals"
        },
        {
            "id": "120",
            "company": "The Cigarette Store"
        },
        {
            "id": "125",
            "company": "SMCH Test"
        },
        {
            "id": "146",
            "company": "Company 1"
        },
        {
            "id": "1",
            "company": "Bobs Furniture"
        },
        {
            "id": "4",
            "company": "Suuchisa Inc"
        }
    ]
}