We are currently transitioning our API documentation to Apidog and making changes to improve standardization, and as such, methods are subject to change.
curl --location --request GET '/billing/history'{
	"status": {
		"created_timestamp": 1686136887,
		"created_string": "Wed 07 Jun 2023 @ 12:21 (BST)",
		"duration": 0.349,
		"language": "en-gb",
		"timezone": {
			"timezone_type": 3,
			"timezone": "Europe\/London"
		},
		"code": 200,
		"oldest_cached_component_age": 1903,
		"session_id": "ab646916a754250d39f39201cb1fa947",
		"org_onboarding_status_id": 300,
		"org_upgraded": 100000,
		"api_host": "anomalarm.dev.dropbox.dev.local",
		"user_onboarding_flags": {
			"main_intro": false,
			"alerts_intro": false,
			"alerts_from_search": false,
			"training_intro": true,
			"alert_created": true,
			"test_alert_sent": false,
			"two_alerts_sent": false,
			"pattern_trained": false,
			"seen_card_anomalies": true,
			"seen_card_matches": false,
			"seen_card_training": true,
			"seen_card_all": false
		}
	},
	"data": {
		"history": [
			{
				"event": "created",
				"description": "Account created",
				"timestamp": 1583020800,
				"datetime": "March 1st 2020, 00:00",
				"level": 100
			},
			{
				"event": "upgrade",
				"description": "Upgraded to the 100,000 metrics plan",
				"timestamp": 1682443215,
				"datetime": "March 25th, 18:20",
				"level": 100000
			},
			{
				"event": "renewal",
				"description": "Renewal of the 100,000 metrics plan",
				"timestamp": 1682520469,
				"datetime": "April 25th, 15:47",
				"level": 100000
			},
			{
				"event": "renewal",
				"description": "Renewal of the 100,000 metrics plan",
				"timestamp": 1682520543,
				"datetime": "May 26th, 15:49",
				"level": 100000
			}
		]
	}
}