Skip to main content
GET
/
items
List items
curl --request GET \
  --url https://api.example.com/items \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "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": {}
    }
  ],
  "cursor": "<string>",
  "has_more": true
}

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_...)

Query Parameters

type
string
state
string
source
string
tier
enum<string>
Available options:
library,
feed,
all
tags
string
filter
string
sort
enum<string>
Available options:
created_at,
updated_at,
timestamp
direction
enum<string>
Available options:
asc,
desc
since
string
until
string
limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string
include
string

Response

Paginated list of items

data
object[]
required
cursor
string | null
required
has_more
boolean
required