-
Suggestion
-
Resolution: Unresolved
Issue
There is inconsistency in the format of response body properties in The Organizations REST API REST API. Some endpoints return objects that use snake case, while others return objects in camel case. This becomes especially challenging when you're working with standard data blocks that are returned.
As an example: While Get managed accounts in an organization is returning "account_type", the below APIs are returning "accountType":
Suggestion
To address this inconsistency, it is recommended to standardize the response format across all endpoints by adopting a single naming convention, such as camel case, to ensure uniformity and ease of use for developers.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available