200 OK
{
"success": true,
"data": {
"id": 1,
"name": "Sam Altman",
"slug": "sam-altman",
"picture": "https://example.com/sam-altman.jpg",
"linkedin": "https://linkedin.com/in/samaltman",
"github": "https://github.com/samaltman",
"twitter_url": "https://twitter.com/sama",
"facebook_url": "https://facebook.com/samaltman",
"website_url": "https://blog.samaltman.com",
"discord": "sama#1234",
"telegram": "@sama",
"web3_address": "0x1234...",
"email": "sam@example.com",
"personal_email": "sam.personal@example.com",
"work_email": "sam@openai.com",
"city": "San Francisco",
"country": "United States",
"location_json": {
"formatted_address": "San Francisco, CA, USA",
"city": "San Francisco",
"state": "California",
"country": "United States"
},
"about": "Former President of Y Combinator, CEO of OpenAI...",
"type": "founder",
"status": "active",
"companies": [
{
"id": 1,
"company_id": 1,
"title": "CEO",
"function": "Executive",
"start_date": "2019-01-01",
"end_date": null,
"is_current": true,
"founder": false,
"company": {
"id": 1,
"name": "OpenAI",
"slug": "openai",
"logo": "https://example.com/openai-logo.png",
"website": "https://openai.com",
"layer": "Artificial Intelligence"
}
}
],
"vc_firms": [
{
"id": 1,
"vc_firm_id": 1,
"title": "Investor",
"function": "General Partner",
"start_date": "2015-01-01",
"end_date": null,
"is_current": true,
"founder": false,
"vc_firm": {
"id": 1,
"name": "Andreessen Horowitz",
"slug": "andreessen-horowitz",
"logo": "https://example.com/a16z-logo.png",
"website": "https://a16z.com"
}
}
]
},
"message": "Retrieved person: Sam Altman"
}