Skip to main content
PATCH
/
2025-09
/
timeline
/
events
/
{event_id}
Update an Event
curl --request PATCH \
  --url https://public-api.stora.co/2025-09/timeline/events/{event_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "source": {
    "id": "tsrc_126b43585fea94ad"
  },
  "template": {
    "id": "aetpl_6b92d7693eb7e8e9"
  },
  "contact": {
    "id": "con_9bc5a9d2d8302840"
  },
  "description": "Deal closed — contract signed",
  "external": {
    "id": "deal_98442",
    "url": "https://crm.example.com/deals/98442"
  },
  "variables": {
    "deal_name": "10x10 Unit — 12 months",
    "previous_state": "Negotiation",
    "new_state": "Closed Won"
  }
}
'
{
  "event": {
    "id": "aevt_33db60b5d4e7f7b3",
    "contact": {
      "id": "con_9bc5a9d2d8302840"
    },
    "created_at": "2025-02-22T14:41:00Z",
    "creator": {
      "id": "app_99b90b9d208a137b"
    },
    "description": "Deal closed — contract signed",
    "external": {
      "id": "deal_98442",
      "url": "https://crm.example.com/deals/98442"
    },
    "invoice": null,
    "site": null,
    "source": {
      "id": "tsrc_126b43585fea94ad"
    },
    "subscription": null,
    "template": {
      "id": "aetpl_6b92d7693eb7e8e9"
    },
    "tenancy": null,
    "unit": null,
    "unit_type": null,
    "updated_at": "2025-02-22T14:41:00Z",
    "variables": {
      "deal_name": "10x10 Unit — 12 months",
      "previous_state": "Negotiation",
      "new_state": "Closed Won"
    }
  },
  "meta": {
    "request_id": "01563646-58c1-4607-8fe0-cae3e92c4477",
    "curies": [
      {
        "name": "bo",
        "href": "https://app.stora.test{rel}",
        "templated": true,
        "title": "Backoffice"
      },
      {
        "name": "sf",
        "href": "https://acme.stora.test{rel}",
        "templated": true,
        "title": "Storefront"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer Token necessary to use API

Path Parameters

event_id
string
required

The ID of the timeline event to retrieve

Query Parameters

expand
string[]

This endpoint supports expandable responses. For more, see the documentation page.

Body

application/json

Update Event Request

source
object
template
object
contact
object
site
object
subscription
object
tenancy
object
unit
object
invoice
object
unit_type
object
description
string | null
external
object
variables
object

Response

200 - application/json

event updated

Single Timeline Event

event
object

Event

meta
object