_id.$oid
client_id
date
function
http_response_code
http_response_text
http_responses[]
http_url
object_id
safe_obj._id.$oid
safe_obj._rest
safe_obj.webhook_meta
safe_obj.webhook_meta.function
safe_obj.webhook_meta.log_id
safe_obj.webhook_meta.updated_by
safe_obj.webhook_meta.date.$date
safe_obj_hash
updated_by
_rest
key is the best key to query by, as it matches what you receive from the API.date
http_response_code
http_response_text
http_url
SHA-1
and SHA-256
HMAC hash of the object_id
+ your client_id
, with the secret key as your client_secret
.X-Synapse-Signature-SHA256-FullBody
signature.563db3fb86c27307d925871f+e3f19e4bd4022c86e7f2
563db3fb86c27307d925871fe3f19e4bd4022c86e7f2
.SHA-1
signature is in hex, it should look like this:5bce964c20b0c36313d8f7cffc2ff4772d0c96750
X-Synapse-Signature
and X-Synapse-Signature-Sha256
.