Back to all

Webhook JSON field name case

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

https://www.postman.com/maximizercrm/workspace/maximizer-api/collection/26919988-9792e8ec-e1b2-4413-aac8-aa8d54acacfe


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