Discussions

Ask a Question
Back to All

Securing a Webhook.

I did not understand this part of instruction. Could you elaborate further and provide an example of how the data should be look?


  1. Concatenate the following to create your own signature:
    a. The timestamp as a string, e.g. 1496734173
    b. A . character
    c. The JSON payload of the request you received. NOTE: You must get the raw payload of the request. Check your programming language or frameworks on how to get the raw payload of an API request.