Naming conventions
We use camelCase in API parameters and attribute names JSON payloads.
However, if you then go the route of building client libraries, SDKs etc in various languages, it's best to use idiomatic naming conventions in them - camelCase for C# & Java, snake_case for python & ruby.