Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/pages/api/data-ingestion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Marketo Data Ingestion API
description: Marketo Data Ingestion API Specification
layout: none
---

<RedoclyAPIBlock src="/marketo-apis/swagger-data-ingestion.json"/>
1 change: 1 addition & 0 deletions src/pages/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Marketo Engage Documentation](https://experienceleague.adobe.com/en/docs/marketo-engage) API documentation for Marketo Engage
- API Reference
- [Marketo Asset API](/api/asset.md) API documentation for Marketo Asset
- [Marketo Data Ingestion API](/api/data-ingestion.md) API documentation for Marketo Identity
- [Marketo Identity API](/api/identity.md) API documentation for Marketo Identity
- [Marketo Lead Database API](/api/mapi.md) API documentation for the Marketo Lead database
- [Marketo User Management API](/api/user.md) API documentation for the Marketo User Management
Expand Down
51 changes: 26 additions & 25 deletions src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following User Management APIs are only available to users that are on [Mark

## Discover

<DiscoverBlock width="100%" slots="heading, link, text"/>
<DiscoverBlock width="100%" slots="heading, text"/>

### Get Started

Expand All @@ -37,38 +37,39 @@ Learn about Marketo.

Learn how to configure and use Marketo Engage.

### API References
## APIs

Marketo provides four REST APIs for interacting with your data.
<DiscoverBlock slots="heading, text" width="33%"/>

[Marketo Asset](api/asset.md) includes:
### Asset API

* Folders
* Programs
* Emails and email templates
* Landing pages and landing page templates
* Snippets
* Forms
* Tokens
* Files
Use the [Marketo Asset](api/asset.md) to manage emails and templates, snippets, programs, form and more.

[Marketo Identity](api/identity.md) - Retrieves access tokens for Marketo users.
<DiscoverBlock slots="heading, text" width="33%"/>

[Marketo Lead Database](api/mapi.md) includes the following:
### Identity API

* Leads
* Companies/Accounts
* Named Accounts
* Opportunities
* Opportunity Roles
* Sales Persons
* Custom Objects
* Activities
* List and Program Membership
[Marketo Identity](api/identity.md) retrieves access tokens for Marketo users.

[Marketo User Management](api/user.md) includes the following:
<DiscoverBlock slots="heading, text" width="33%"/>

The User Management endpoints allow you to perform CRUD operations on user records in Marketo. Users are created by sending an invitation to a user, who then sets a password and gains access to Marketo for the first time.
### Lead Database API

Use the [Marketo Lead Database](api/mapi.md) API to manage leads, accounts, opportunities, and more.

<DiscoverBlock slots="heading, text" width="33%"/>

### User Management API

The [User Management](api/user.md) endpoints allow you to perform CRUD operations on user records in Marketo.

<DiscoverBlock slots="heading, text" width="33%"/>

### Data Ingestion API

[Marketo Data Ingestion](api/data-ingestion.md)

Use the Data Ingestion API to bulk import your Marketo data.

<Resources slots="heading, links"/>

Expand Down
Loading
Loading