--- title: 'Marketo' description: '' --- # Marketo undefined | Detail | Value | |---|---| | Category | Marketing | | Base URL | `https://{munchkin-id}.mktorest.com/rest` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `marketo` | ## Using Marketo in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Marketo** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_leads_0) | Leads | | [GET ](./get_campaigns_1) | Campaigns | | [GET ](./get_programs_2) | Programs | | [GET ](./get_emails_3) | Emails | | [GET ](./get_lists_4) | Lists | | [GET ](./get_activities_5) | Activities | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.