Where can we find the API key of Marketo Webhook? | Community
Skip to main content
June 8, 2016
Question

Where can we find the API key of Marketo Webhook?

  • June 8, 2016
  • 1 reply
  • 3127 views

Hi Marketo,

I am going through the doc for creating webhook in Marketo: http://launchpoint.marketo.com/assets/company/501/Marketo-Webhooks-Integration-Guide-May-2014-v0.3.pdf . This doc is showing that an API key is required in this webhook url:

integrate.com/services/api/leads/returns/rest/returnsservice.svc/DispositionLead?leadid=#

#######&returnCode=GL&CustomReason=sample+reason+URL+encoded&ApiKey=XXXXXXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX

Can anyone help me to find the API key? What is it and where can I find it?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

June 8, 2016

In the particular case of Integrate, this comes from your Integrate account. According to this page you get this from Settings > API Keys: bkb.integrate.com/Disposition+REST+API

June 11, 2016

Thank you Kristen for the information. I need clarification on some items:

1) What do you mean by Integrate account? Is this the account us ed for CRM integration?

2) The document in the link says that the API key will be found in "Settings". I could not find the "Settings" option in my Marketo login account. I am logging in as an Admin in a sandbox environment. Where can I get the "Settings" option? Is the option specific to environment or Account?

SanfordWhiteman
Level 10
June 12, 2016

There is no such thing as an API key for Marketo webhooks.

Webhooks are Marketo's outbound API. Once the webhook is configured in the Admin section, it can be used in Marketo flows.  The webhook may talk to anonymous/guest/public services, which do not use any kind of authentication. Or webhooks may communicate with outside services that require authentication via an API key.  Thus the API key will be provided by those services.