Skip to main content
August 12, 2013
Question

Webhooks - Data integrity

  • August 12, 2013
  • 2 replies
  • 781 views
Hi,

How can we verify the integrity of the data sent from the webhook? It looks like there is nothing else possible but setting a custom header and use SSL but I wanted to check if you had any other option...

Regards

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

2 replies

August 13, 2013
POST over HTTPS will ensure that others cannot get to the data on the wire.  Custom headers are required by certain applications and sometimes contain access tokens.  

If you could outline your usecase, we will be able to provide a better answer
August 13, 2013

I was more thinking about how do we make sure the post is coming from marketo? Anyone who knows our endpoint can post and manipulate the data getting in to our system. Is their anyway way to send a signature along with the data?