Skip to content

Add App List

This endpoint adds App List.

POST https://adelion.com/api/applist/add
ParameterTypeDescriptionRequirement
FilefileFile for upload.required

To add App List, send multipart/form-data with fields described in Parameters section.

Success JSON
{
"Status": "Ok",
"AppList": {
"Id": 1,
"TeamId": 1,
"Name": "applist_1_20201231120030",
"VastTags": [],
"RtbEps": [],
"DspRtbEps": [],
"Campaigns": [],
"AppCount": 16063,
"Global": 0,
"Status": 0,
"StatusString": "Active"
}
}
Error JSON
{
"Status": "Error",
"Error": "[error description]"
}
CodeStatusMeaning
400Bad RequestYou sent a body that isn’t JSON.
401UnauthorizedYour access token is invalid.
406Not AcceptableOne or more JSON values are missing or malformed, or the requested object was not found.
500Internal Server ErrorThe server encountered a problem. Try again later.