cURL
curl --request GET \ --url https://api.naga.ac/v1/startups
{ "data": [ { "id": "<string>", "created": 123, "object": "startup", "display_name": "<string>", "icon_url": "<string>", "website_url": "<string>" } ], "object": "list" }
Return public metadata for startups and providers represented in the catalog.
Successful Response
Show child attributes
"list"