Skip to main content
GET
/
v1
/
external
/
notes
/
{noteGuid}
/
summaries
List Note Summaries
curl --request GET \
  --url https://api.tiro.ooo/v1/external/notes/{noteGuid}/summaries \
  --header 'Authorization: Bearer <token>'
{
  "content": [
    {
      "id": 123,
      "template": {
        "id": 1,
        "title": "One-Pager"
      },
      "locale": "ko_KR",
      "createdAt": "2025-12-12T12:00:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key in format {id}.{secret}

Path Parameters

noteGuid
string
required

Note GUID

Response

List of summaries

Response containing list of note summaries

content
object[]
required

Array of summaries