Get campaign

https://documenter.getpostman.com/view/17474604/2sA3JM61j5#4da6f2b1-cb17-41c1-b8d5-ded312ba0e93

Returns a list of campaign

Example Request

Params

Key
Value
Description

search

Enter the name of the campaign you want to get the ID from, if left blank it will display all.

page

1

limit

10

Example Response

{
 "campaign":[
 //content
 ]
 }

Last updated