Forum Discussion

pdas's avatar
pdas
Employee
7 years ago

Get Marketo Access Token

Created by @pdas


This pipeline is used as a child pipeline to provide the access token in other Marketo-based patterns.

Configuration

For the REST Get, you will need to specify the following Marketo information:

Sources: Marketo API
Targets: Marketo API
Snaps used: REST Get, Mapper, Union

Downloads

Marketo-Access Token.slp (5.4 KB)

2 Replies

  • sg_sripathi's avatar
    sg_sripathi
    New Contributor III

    This is not a good approach as it exposed the client_id and client_secret. Please request SnapLogic to work on Oauth2.0 account enhancement to support “client_credentials” and “password” grant types.

  • dmiller's avatar
    dmiller
    Former Employee

    As of the 4.20 release, you can now use a REST OAuth2 account with Grant Type set to Client Credentials, which will obfuscate the client_id and client_secret.