QuestionQ1

Section 2A: Marketo Data Architecture Design

When checking that a REST API Webhook has been completed correctly, two URLs are used to perform an initial validation to confirm that leads will pass through properly.

Which two combinations of URL and associated parameters should be used to validate the REST API?

Choose two
  • A Endpoint URL with Client ID, Your Email Address, and Client Secret
  • B Identity URL with Client Score and Client ID
  • C Endpoint URL with Access Token and Your Email Address
  • D Endpoint URL with Access Token and Client ID
  • E Identity URL with Client ID and Client Secret
Explanation

Validating a REST API Webhook requires testing both the authentication step and the data-call step. The Identity URL is used with the Client ID and Client Secret to authenticate and retrieve an Access Token (OAuth 2.0 client credentials flow). The Endpoint URL is then used with that Access Token along with the Client ID to make the actual API request and confirm that lead data passes through correctly. These are the two required URL/parameter combinations for validating the webhook.

Community Discussion

No comments yet. Be the first to start the discussion!