### Marketo Asset API Overview Source: https://developer.adobe.com/marketo-apis/index Documents the functionalities available through the Marketo Asset API, which manages various marketing assets within Marketo Engage. This API allows interaction with folders, programs, emails, landing pages, snippets, forms, tokens, and files. ```APIDOC Marketo Asset API includes: - Folders - Programs - Emails and email templates - Landing pages and landing page templates - Snippets - Forms - Tokens - Files ``` -------------------------------- ### Marketo Lead Database API Overview Source: https://developer.adobe.com/marketo-apis/index Outlines the entities and data types that can be managed and accessed via the Marketo Lead Database API. This API covers core CRM and marketing data, including leads, companies, opportunities, and custom objects. ```APIDOC Marketo Lead Database API includes: - Leads - Companies/Accounts - Named Accounts - Opportunities - Opportunity Roles - Sales Persons - Custom Objects - Activities - List and Program Membership ``` -------------------------------- ### Marketo User Management API Overview Source: https://developer.adobe.com/marketo-apis/index Details the capabilities of the Marketo User Management API for performing CRUD (Create, Read, Update, Delete) operations on user records in Marketo. It also specifies that certain APIs (Invite Users, Delete User, Delete Invited User, Update User Attributes) are only available to users on Marketo Identity. ```APIDOC Marketo User Management API: - Allows CRUD operations on user records. - Users are created by sending an invitation, followed by password setup. - Specific User Management APIs (Invite Users, Delete User, Delete Invited User, Update User Attributes) are only available to users on Marketo Identity. These APIs are not available on Adobe Identity. ``` -------------------------------- ### Marketo Identity API Overview Source: https://developer.adobe.com/marketo-apis/index Describes the purpose of the Marketo Identity API, which is primarily used for retrieving access tokens for Marketo users. This API is crucial for authentication and authorization within the Marketo ecosystem. ```APIDOC Marketo Identity API: - Retrieves access tokens for Marketo users. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.