Skip to main content

List Campaigns

GET 
/campaign

Retrieve a list of campaigns associated with a supplied brandId.

Request

Query Parameters

    brandId Brandidrequired
    page Page

    Default value: 1

    The 1-indexed page number to get. The default value is 1.

    recordsPerPage Recordsperpage

    Default value: 10

    The amount of records per page, limited to between 1 and 500 inclusive. The default value is 10.

Responses

200: Successful Response

422: Validation Error

Loading...