post
https://api.kayzen.io/v1/app_list
Create a applist by providing details like name, placement ids, appbundles and other details
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
To create an app list, you must specify at least one App Bundle (app_bundles param), Placement ID (placement_ids) or Website (websites).
App Bundle ID Validation Rules
- Must follow reverse-domain notation (e.g.
com.example.app). - Allowed characters: letters, digits, dots, underscores, hyphens.
- No whitespace.
- No special characters (
+,&,=,#,/,,^,,`). - Must not start with
0. - No trailing dot or comma.
- No consecutive dots.
- iOS bundles may have zero dots.
- Android bundles require at least two dot-separated segments.
- Maximum length: 255 characters.
- Duplicate entries are rejected.
- Maximum 10,000 entries per list.
Placement ID Validation Rules
- Must follow the format
{exchangeId}-{appId}. - Exchange ID must be a positive integer.
- No leading zero in the exchange ID.
- Hyphen separator is required.
- Both sides of the hyphen must be non-empty.
- App identifier accepts any visible character except comma.
- No whitespace anywhere (space, tab, newline, form feed, vertical tab).
- Multiple IDs may be comma-separated.
- No trailing or consecutive commas.
- Exchange ID must be known and enabled for the advertiser.
- Duplicate entries are rejected.
- Maximum 10,000 entries per list.