Discussions
Securing a Webhook.
7 months ago by Aldren Gadon
I did not understand this part of instruction. Could you elaborate further and provide an example of how the data should be look?
- 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.