For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Guides
    • Introduction
    • Quick Start
    • Use Cases
    • MCP Server
  • API
    • Enrich Endpoint
  • Integrations
    • Clay
    • Zapier
    • Make
    • HubSpot
    • Salesforce
    • n8n
  • Platform
    • API Keys
    • Rate Limits
    • Pricing
  • Support
    • Support
  • API Reference
    • GETGet platform stats
    • GETSearch case studies
    • POSTSemantic search
    • POSTBatch semantic search
    • GETGet case study
    • GETList companies
    • GETGet company
    • GETCompany analysis
    • GETCompany timeline
    • POSTCompare vendors
    • POSTRegister for an API key
Logocasestudies.dev
API Reference

Company timeline

GET
https://whatsapp-backend-knd2.onrender.com/v1/companies/:slug/timeline
GET
/v1/companies/:slug/timeline
$curl https://whatsapp-backend-knd2.onrender.com/v1/companies/slug/timeline \
> -H "X-API-Key: <apiKey>"
200Retrieved
1{
2 "company": {
3 "id": "string",
4 "name": "Stripe",
5 "slug": "stripe",
6 "domain": "stripe.com",
7 "industry": "fintech",
8 "logo_url": "string",
9 "total_case_studies": 1
10 },
11 "timeline": [
12 {
13 "id": "string",
14 "title": "string",
15 "featured_client": "string",
16 "industry": "string",
17 "published_date": "2023-01-15",
18 "scraped_at": "2024-01-15T09:30:00Z"
19 }
20 ],
21 "industries_over_time": [
22 {
23 "industry": "string",
24 "count": 1
25 }
26 ]
27}
Chronological view of a company's case studies with industry breakdown. Useful for tracking a company's growth trajectory and market expansion.
Was this page helpful?
Previous

Compare vendors

Next
Built with

Authentication

X-API-Keystring

Your casestudy.dev API key. Get one at POST /v1/keys.

Path parameters

slugstringRequired

Response

Timeline with industry breakdown
companyobject
timelinelist of objects
industries_over_timelist of objects