Skip to main content
GET
/
integrations
List integrations
curl --request GET \
  --url https://api.example.com/integrations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "manifest_name": "<string>",
      "manifest_version": "<string>",
      "publisher": "<string>",
      "runtime_compatibility": [
        "<string>"
      ],
      "registered_at": "<string>",
      "manifest": {},
      "summary": "<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_...)

Query Parameters

manifest_name
string
limit
integer
Required range: 1 <= x <= 200

Response

List of registered Integrations

data
object[]
required