How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Marketo Landing API

The Landing API from Marketo — 25 operation(s) for landing.

Marketo Landing API is one of 68 APIs that Marketo publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Landing. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an AsyncAPI specification.

This API exposes 32 operations across 25 paths, and defines 31 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://{munchkinId}.mktorest.com.

32 operations 25 paths 31 schemas 12 GET20 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://{munchkinId}.mktorest.com/rest
Terms of Service
Resource Areas
1

Paths & Operations 32

Across 25 paths, the API surfaces 32 operations — 12 GET, 20 POST. Each is listed below with its method, path, parameters, and response codes.

Landing 32
GET
/rest/asset/v1/landingPage/byName.json
Marketo Get Landing Page by Name
getLandingPageByNameUsingGET 4 params → 200
GET
/rest/asset/v1/landingPage/{id}.json
Marketo Get Landing Page by Id
getLandingPageByIdUsingGET 2 params → 200
POST
/rest/asset/v1/landingPage/{id}.json
Marketo Update Landing Page Metadata
updateLandingPageUsingPOST 1 param body → 200
POST
/rest/asset/v1/landingPage/{id}/approveDraft.json
Marketo Approve Landing Page Draft
approveLandingPageUsingPOST 1 param → 200
POST
/rest/asset/v1/landingPage/{id}/clone.json
Marketo Clone Landing Page
cloneLandingPageUsingPOST 1 param body → 200
GET
/rest/asset/v1/landingPage/{id}/content.json
Marketo Get Landing Page Content
getLandingPageContentUsingGET 2 params → 200
POST
/rest/asset/v1/landingPage/{id}/content.json
Marketo Add Landing Page Content Section
addLandingPageContentUsingPOST 1 param body → 200
POST
/rest/asset/v1/landingPage/{id}/content/{contentId}.json
Marketo Update Landing Page Content Section
updateLandingPageContentUsingPOST 2 params body → 200
POST
/rest/asset/v1/landingPage/{id}/content/{contentId}/delete.json
Marketo Delete Landing Page Content Section
removeLandingPageContentUsingPOST 2 params → 200
POST
/rest/asset/v1/landingPage/{id}/delete.json
Marketo Delete Landing Page
deleteLandingPageByIdUsingPOST 1 param → 200
POST
/rest/asset/v1/landingPage/{id}/discardDraft.json
Marketo Discard Landing Page Draft
discardLandingPageByIdUsingPOST 1 param → 200
GET
/rest/asset/v1/landingPage/{id}/dynamicContent/{contentId}.json
Marketo Get Landing Page Dynamic Content
getLandingPageDynamicContentsUsingGET 2 params → 200
POST
/rest/asset/v1/landingPage/{id}/dynamicContent/{contentId}.json
Marketo Update Landing Page Dynamic Content Section
updateLandingPageDynamicContentUsingPOST 2 params body → 200
POST
/rest/asset/v1/landingPage/{id}/unapprove.json
Marketo Unapprove Landing Page
unapproveLandingPageByIdUsingPOST 1 param → 200
POST
/rest/asset/v1/landingPage/{id}/variable/{variableId}.json
Marketo Update Landing Page Variable
updateLandingPageVariableUsingPOST 3 params → 200
GET
/rest/asset/v1/landingPage/{id}/variables.json
Marketo Get Landing Page Variables
getVariablesUsingGET 2 params → 200
GET
/rest/asset/v1/landingPageTemplate/byName.json
Marketo Get Landing Page Template by Name
getLandingPageTemplateByNameUsingGET 1 param → 200
GET
/rest/asset/v1/landingPageTemplate/{id}.json
Marketo Get Landing Page Template by Id
getLandingPageTemplateByIdUsingGET 2 params → 200
POST
/rest/asset/v1/landingPageTemplate/{id}.json
Marketo Update Landing Page Template Metadata
updateLpTemplateUsingPOST 1 param body → 200
POST
/rest/asset/v1/landingPageTemplate/{id}/approveDraft.json
Marketo Approve Landing Page Template Draft
approveLandingPageTemplateUsingPOST 1 param → 200
POST
/rest/asset/v1/landingPageTemplate/{id}/clone.json
Marketo Clone Landing Page Template
cloneLpTemplateUsingPOST 1 param body → 200
GET
/rest/asset/v1/landingPageTemplate/{id}/content.json
Marketo Get Landing Page Template Content
getLandingPageTemplateContentUsingGET 2 params → 200
POST
/rest/asset/v1/landingPageTemplate/{id}/content.json
Marketo Update Landing Page Template Content
updateLandingPageTemplateContentUsingPOST 1 param body → 200
POST
/rest/asset/v1/landingPageTemplate/{id}/delete.json
Marketo Delete Landing Page Template
deleteLpTemplateUsingPOST 1 param → 200
POST
/rest/asset/v1/landingPageTemplate/{id}/discardDraft.json
Marketo Discard Landing Page Template Draft
discardDraftUsingPOST_2 1 param → 200
POST
/rest/asset/v1/landingPageTemplate/{id}/unapprove.json
Marketo Unapprove Landing Page Template
unapproveLandingPageTemplateUsingPOST 1 param → 200
GET
/rest/asset/v1/landingPageTemplates.json
Marketo Get Landing Page Templates
getLandingPageTemplatesUsingGET 4 params → 200
POST
/rest/asset/v1/landingPageTemplates.json
Marketo Create Landing Page Template
createLpTemplateUsingPOST body → 200
GET
/rest/asset/v1/landingPages.json
Marketo Get Landing Pages
browseLandingPagesUsingGET 4 params → 200
POST
/rest/asset/v1/landingPages.json
Marketo Create Landing Page
createLandingPageUsingPOST body → 200
GET
/rest/asset/v1/landingPage/{id}/fullContent.json
Marketo Get Landing Page Full Content
getLandingPageFullContentUsingGET 3 params → 200
GET
/rest/asset/v1/landingPageDomains.json
Marketo Get Landing Page Domains
getLandingPageDomainsUsingGET 2 params → 200

Schemas 31

The contract defines 31 schemas that model the data the API accepts and returns. The most detailed are JsonNode (21 properties), LandingPageResponse (18 properties), UpdateLandingPageContentRequest (17 properties), CreateLandingPageContentRequest (17 properties). Each schema is shown below with its type and property counts.

ResponseOfLandingPageDomains
object
5 properties
Folder
object
JSON representation of a folder
2 properties 2 required
ResponseOfLandingPageResponse
object
5 properties
ResponseOfGetLandingPageFullContentResponse
object
5 properties
JsonNode
object
21 properties
LandingPageDynamicContentResponse
object
5 properties
LandingPageResponse
object
18 properties 4 required
ResponseOfLpTemplateResponse
object
5 properties
UpdateLandingPageContentRequest
object
17 properties 1 required
CreateLandingPageRequest
object
13 properties 3 required
LpTemplateResponse
object
11 properties 4 required
LpTemplateGetContentResponse
object
5 properties 5 required
UpdateLpTemplateRequest
object
3 properties
Error
object
2 properties 2 required
UpdateLandingPageDynamicContentRequest
object
17 properties
ResponseOfLandingPageContentResponse
object
5 properties
GetLandingPageFullContentResponse
object
2 properties 2 required
CreateLandingPageContentRequest
object
17 properties 2 required
ResponseOfLandingPageDynamicContentResponse
object
5 properties
ResponseOfIdResponse
object
5 properties
LandingPageDomain
object
2 properties 2 required
CloneLandingPageRequest
object
4 properties 2 required
LandingPageVariableResponse
object
3 properties 1 required
ResponseOfLpTemplateGetContentResponse
object
5 properties
ResponseOfLandingPageVariableResponse
object
5 properties
SegmentContent
object
6 properties 4 required
CloneLpTemplateRequest
object
3 properties 2 required
UpdateLandingPageRequest
object
11 properties
LandingPageContentResponse
object
7 properties 2 required
CreateLpTemplateRequest
object
5 properties 2 required
IdResponse
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

marketo-landing-api-openapi.yml Raw ↑

Other APIs Marketo publishes across the network.

Marketo Approve API
Marketo Assets API
Marketo Campaigns API
Marketo Cc API
Marketo Channel API
Marketo Channels API
Marketo Clone.json API
Marketo Content API
Marketo Content.json API
Marketo Delete.json API
Marketo Discard API
Marketo Dynamic API
Where this information came from

This is an independent, third-party profile of Marketo Landing API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.