curl --request GET \
--url https://api.example.com/api/investors/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 123,
"uuid": "<string>",
"type": "<string>",
"name": "<string>",
"tagline": "<string>",
"image": "<string>",
"dealroom_url": "<string>",
"website": "<string>",
"website_domain": "<string>",
"launch_year": 123,
"employee_count": 123,
"hq_country": "<string>",
"hq_city": "<string>",
"lat": 123,
"lon": 123,
"tags": [
{
"id": 123,
"name": "<string>",
"type": "<string>"
}
],
"investor_types": [
{
"id": 123,
"name": "<string>",
"code": "<string>"
}
],
"investor_stages": [
{
"id": 123,
"name": "<string>",
"code": "<string>"
}
]
}
}curl --request GET \
--url https://api.example.com/api/investors/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 123,
"uuid": "<string>",
"type": "<string>",
"name": "<string>",
"tagline": "<string>",
"image": "<string>",
"dealroom_url": "<string>",
"website": "<string>",
"website_domain": "<string>",
"launch_year": 123,
"employee_count": 123,
"hq_country": "<string>",
"hq_city": "<string>",
"lat": 123,
"lon": 123,
"tags": [
{
"id": 123,
"name": "<string>",
"type": "<string>"
}
],
"investor_types": [
{
"id": 123,
"name": "<string>",
"code": "<string>"
}
],
"investor_stages": [
{
"id": 123,
"name": "<string>",
"code": "<string>"
}
]
}
}