Skip to main content
This is a service API for IXO Matrix workflows. It is separate from IXO Protocol gateway APIs.

Overview

  • Use this API to read and manage application state events in Matrix rooms.
  • Use this API to manage ACL event content for room-level permissions.
  • Do not use this page as a source for protocol transaction behavior.

Event shapes

{
  "type": "ixo.room.state",
  "state_key": "unique_identifier",
  "content": {}
}
{
  "type": "ixo.room.state.acl",
  "state_key": "state_event_key",
  "content": {
    "read": ["@user:domain.com"],
    "write": ["@admin:domain.com"]
  }
}

Authentication and endpoints

  • Auth requirements: /reference/authentication-matrix
  • Endpoint mapping by network/environment: /reference/networks-and-endpoints
  • API authentication: /api-reference/authentication
  • Product and SDK map: /reference/product-and-sdk-map