Skip to main content
GET
/
v1
/
external
/
teams
/
me
/
word-memories
List Team Word Memories
curl --request GET \
  --url https://api.tiro.ooo/v1/external/teams/me/word-memories \
  --header 'Authorization: Bearer <token>'
{
  "content": [
    {
      "id": 1,
      "entry": "딥러닝",
      "createdAt": "2026-04-01T10:30:00Z"
    },
    {
      "id": 2,
      "entry": "자연어처리",
      "createdAt": "2026-04-01T10:35:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key in format {id}.{secret}

Response

List of team word memories

content
object[]
required

Array of items