Skip to content

Postman Collection

This site provides a Postman collection of common Marketo Engage REST API requests, organised into folders for assets, leads, bulk extracts, authentication, activity types and usage statistics.

Download the collection

Import it

  1. In Postman, select Import and choose marketo-rest-api.postman_collection.json.
  2. Create a Postman environment for your Marketo instance.
  3. Set the variables the collection uses:

    Variable Purpose
    base_url Your REST endpoint, for example https://123-ABC-456.mktorest.com
    client_id Client ID of your LaunchPoint service
    client_secret Client Secret of your LaunchPoint service
    bearer_token Access token returned by the Identity endpoint
    job_id Export or import job ID, for bulk requests
    file_path Local file to upload, for bulk imports
  4. Run the authentication request to obtain an access token, then store it in bearer_token.

Keep credentials private

Warning

The collection contains variables only, never credentials. Keep it that way.

  • Store your Client ID, Client Secret and tokens in a local Postman environment.
  • Do not export, share or commit environment files that contain credentials.
  • Rotate credentials immediately if they are exposed.

The Request Builder on this site never asks for these values. It generates code samples with placeholders instead.