Get all companies in your portfolio.

Example Output

{
	"links": {
		"next": null,
		"previous": null
	},
	"count": 20,
	"summaries": {
		"my-company": "123456"
	},
	"results": [
		{
			"guid": "111111",
			"custom_id": null,
			"name": "90 Seconds Private Limited",
			"shortname": "90 Seconds",
			"network_size_v4": 8,
			"rating": 720,
			"rating_date": "2023-04-30",
			"added_date": "2023-04-24",
			"industry": {
				"name": "Media/Entertainment",
				"slug": "mediaentertainment"
			},
			"sub_industry": {
				"name": "Media Production",
				"slug": "media_production"
			},
			"type": [
				"CURATED"
			],
			"logo": "https://api.bitsighttech.com/ratings/v1/companies/111111/logo-image",
			"sparkline": "https://api.bitsighttech.com/ratings/v1/companies/111111/sparkline?size=small",
			"subscription_type": {
				"name": "Total Risk Monitoring",
				"slug": "continuous_monitoring"
			},
			"primary_domain": "90seconds.com",
			"display_url": "https://service.bitsighttech.com/app/company/111111/overview/",
			"tier": null,
			"tier_name": null,
			"life_cycle": null,
			"relationship": null,
			"details": {
				"is_primary": false,
				"primary_company": null
			}
		}
	]
}

Workflow Library Example

List Portfolio Companies with Bitsight and Send Results Via Email

Preview this Workflow on desktop