Skip to main content
POST
/
items
/
{id}
/
transition
Transition item state
curl --request POST \
  --url https://api.example.com/items/{id}/transition \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "item": {
    "id": "<string>",
    "type": "<string>",
    "properties": {},
    "version": 123,
    "schema_version": 123,
    "source": "<string>",
    "timestamp": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>",
    "tenant_id": "<string>",
    "source_id": "<string>",
    "device": "<string>",
    "capture_latitude": 123,
    "capture_longitude": 123,
    "edges": {},
    "extensions": {}
  },
  "metadata": {
    "item_id": "<string>",
    "tags": [
      "<string>"
    ],
    "extensions": {}
  }
}

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

Body

application/json
state
enum<string>
required
Available options:
active,
archived,
trashed

Response

Item state changed

item
object
required
metadata
object
required