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 Form API

The Form API from Marketo — 19 operation(s) for form.

Marketo Form 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 Form. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an AsyncAPI specification.

This API exposes 22 operations across 19 paths, and defines 35 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.

22 operations 19 paths 35 schemas 7 GET15 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 22

Across 19 paths, the API surfaces 22 operations — 7 GET, 15 POST. Each is listed below with its method, path, parameters, and response codes.

Form 22
GET
/rest/asset/v1/form/byName.json
Marketo Get Form by Name
getLpFormByNameUsingGET 3 params → 200
GET
/rest/asset/v1/form/fields.json
Marketo Get Available Form Fields
getAllFieldsUsingGET 2 params → 200
GET
/rest/asset/v1/form/programMemberFields.json
Marketo Get Available Form Program Member Fields
getAllProgramMemberFieldsUsingGET 2 params → 200
POST
/rest/asset/v1/form/{formId}/field/{fieldId}/visibility.json
Marketo Add Form Field Visibility Rules
addFormFieldVisibilityRuleUsingPOST 2 params body → 200
GET
/rest/asset/v1/form/{id}.json
Marketo Get Form By Id
getLpFormByIdUsingGET 2 params → 200
POST
/rest/asset/v1/form/{id}.json
Marketo Update Form Metadata
updateFormsUsingPOST 1 param body → 200
POST
/rest/asset/v1/form/{id}/approveDraft.json
Marketo Approve Form Draft
approveFromUsingPOST 1 param → 200
POST
/rest/asset/v1/form/{id}/clone.json
Marketo Clone Form
cloneLpFormsUsingPOST 1 param body → 200
POST
/rest/asset/v1/form/{id}/delete.json
Marketo Delete Form
deleteFormByIdUsingPOST 1 param → 200
POST
/rest/asset/v1/form/{id}/discardDraft.json
Marketo Discard Form Draft
discardFormByIdUsingPOST 1 param → 200
POST
/rest/asset/v1/form/{id}/field/{fieldId}.json
Marketo Update Form Field
updateFormFieldUsingPOST 2 params body → 200
POST
/rest/asset/v1/form/{id}/field/{fieldId}/delete.json
Marketo Delete Form Field
deleteFormFieldUsingPOST 2 params → 200
POST
/rest/asset/v1/form/{id}/fieldSet.json
Marketo Add Fieldset to Form
addFieldSetUsingPOST 1 param body → 200
POST
/rest/asset/v1/form/{id}/fieldSet/{fieldSetId}/field/{fieldId}/delete.json
Marketo Delete Field from Fieldset
deleteFormFieldFromFieldSetUsingPOST 3 params → 200
GET
/rest/asset/v1/form/{id}/fields.json
Marketo Get Fields for Form
getFormFieldByFormVidUsingGET 2 params → 200
POST
/rest/asset/v1/form/{id}/fields.json
Marketo Add Field to Form
addFieldToAFormUsingPOST 1 param body → 200
POST
/rest/asset/v1/form/{id}/reArrange.json
Marketo Update Field Positions
updateFieldPositionsUsingPOST 1 param body → 200
POST
/rest/asset/v1/form/{id}/richText.json
Marketo Add Rich Text Field
addRichTextFieldUsingPOST 1 param body → 200
POST
/rest/asset/v1/form/{id}/submitButton.json
Marketo Update Submit Button
updateFormSubmitButtonUsingPOST 1 param body → 200
GET
/rest/asset/v1/form/{id}/thankYouPage.json
Marketo Get Thank You Page by Form Id
getThankYouPageByIdUsingGET 2 params → 200
POST
/rest/asset/v1/form/{id}/thankYouPage.json
Marketo Update Thank You Page
updateThankYouPageByIdUsingPOST 1 param body → 200
GET
/rest/asset/v1/form/{id}/usedBy.json
Marketo Get Form Used By
getFormUsedByUsingGET 3 params → 200

Schemas 35

The contract defines 35 schemas that model the data the API accepts and returns. The most detailed are AddFormFieldRequest (21 properties), UpdateFormFieldRequest (21 properties), LpFormFieldResponse (20 properties), LpFormResponse (20 properties). Each schema is shown below with its type and property counts.

Folder
object
JSON representation of a folder
2 properties 2 required
AddRichTextRequest
object
1 property 1 required
VisibilityRuleRequest
object
5 properties 3 required
ThankYouPageRequest
object
6 properties 5 required
SubmitButtonRequest
object
4 properties
AddFormFieldVisibilityRequest
object
1 property
FormFieldVisibilityRuleResponse
object
2 properties
CloneFormRequest
object
3 properties 2 required
FormUsedByResponse
object
5 properties 5 required
ResponseOfThankYouPageResponse
object
5 properties
UpdateThankYouPageRequest
object
1 property
Error
object
2 properties 2 required
FormVisibilityRuleResponse
object
3 properties
FormThankYouPageDTO
object
6 properties
AddFormFieldRequest
object
21 properties 1 required
ReArrangeRequest
object
1 property
LpFormFieldResponse
object
20 properties
ThankYouPageResponse
object
2 properties
ResponseOfLpFormResponse
object
5 properties
FormFieldVisibilityRequest
object
2 properties 2 required
ResponseOfIdResponse
object
5 properties
FormKnownVisitorDTO
object
2 properties
AddFormFieldSetRequest
object
1 property 1 required
PickListDTO
object
4 properties
UpdateFormFieldRequest
object
21 properties
UpdateFieldPosition
object
4 properties 3 required
UpdateFormMetaDataRequest
object
11 properties
LpFormResponse
object
20 properties 14 required
ResponseOfFieldsMetaDataResponse
object
5 properties
ResponseOfFormUsedByResponse
object
5 properties
FieldsMetaDataResponse
object
19 properties 1 required
FormVisibilityRuleDTO
object
5 properties
IdResponse
object
1 property 1 required
ResponseOfLpFormFieldResponse
object
5 properties
ResponseOfFormVisibilityRuleResponse
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

marketo-form-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 Form 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.