Can I request the option to specify a "pretty" variable in the API much like ES does?
When appending ?pretty=true to any request made, the JSON returned will be pretty formatted (use it for debugging only!). Another option is to set ?format=yaml which will cause the result to be returned in the (sometimes) more readable yaml format.
I'm doing a lot of work at the moment pulling data out of enhance into grafana (listing the last domains added so we can check for bad ones, counting and graphing the number of orgs / websites / domains / mailboxes / dbs / etc and being able to have a pretty version in the browser would save a bunch of time (ofc I'm aware I could use "curl | jq ." but that's not something I can link a colleague in documentation as much as I could https://ecp/api/orgs?pretty=true).