Get
/landingpage/getStatus
Returns the publishing status of a landing page. Because these pages are usually associated with the lifetime of a particular email campaign, they may have a differing publishing status. Previously published pages that have become inactive because they are no longer valid are sometimes redirected to another default page. Possible states are:
PUBLISHED
INACTIVE
SCHEDULED
Query parameters
landingpageId
integer (int64) Required
ID of the landing page
Responses
200
Example response:
{
PUBLISHED
}
string
400