Skip to main content
GET
/
items
/
{id}
/
versions
List item versions
curl --request GET \
  --url https://api.example.com/items/{id}/versions \
  --header 'Authorization: Bearer <token>'
{
  "versions": [
    {
      "id": "<string>",
      "item_id": "<string>",
      "version": 123,
      "properties": {},
      "created_at": "<string>",
      "device": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.myme.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Path Parameters

id
string
required

Response

Version history

versions
object[]
required