Forums
Webhook JSON field name case
last year by [email protected]
I noticed that the Webhooks documentation for the character case used for field names in the JSON payload is inconsistent.
From my understanding JSON is normally case sensitive
Payload example is lowercase first letter for each of the field names
https://developer.maximizer.com/v2/docs/webhooks
Payload examples in the postman collection have uppercase for the first letter of each field name
On the test webhook that I have on my database it appears to follow the format in the documentation and not the postman examples. Which is correct? Do the postman examples need updating?
Thanks
