Get Favorites
Return a list of ids of favorite campaigns for the current user.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"favorites": [
3389,
3288
]
}
}
HTTP Response Parameters
favoritesarray
An array of campaign ids that the current user has marked as a favorite.