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.
Import it¶
- In Postman, select Import and choose
marketo-rest-api.postman_collection.json. - Create a Postman environment for your Marketo instance.
-
Set the variables the collection uses:
Variable Purpose base_urlYour REST endpoint, for example https://123-ABC-456.mktorest.comclient_idClient ID of your LaunchPoint service client_secretClient Secret of your LaunchPoint service bearer_tokenAccess token returned by the Identity endpoint job_idExport or import job ID, for bulk requests file_pathLocal file to upload, for bulk imports -
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.