GET
/
public
/
v1
/
campaign-service
/
campaigns
/
{campaign-id}
/
products
{
  "products": [
    {
      "isActive": true,
      "productId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Path Parameters

campaign-id
string<uuid>
required

The ID of the campaign.

Query Parameters

is_active
boolean

Filter by active/inactive products.

Response

200
application/json

Successful Response

The response is of type object.