A "Landing Page" is the HTML content returned when targets click on the links in a phishing emails.
Landing pages have the following structure:
{
"id": int64,
"user_id": int64,
"name": string,
"capture_credentials": bool,
"capture_passwords": bool,
"capture_passwords_strenght": bool,
"redirect_url": string,
"modified_date": string(datetime),
"language": string,
"customer_id": int64,
"preview": string,
"page_url": string,
"final_type": string,
"final_page_url": string,
"type": string
}