v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-10958.9 KB
Chat

Register an XMTP topic for mobile push notifications

Handles registration of XMTP topics to associate with mobile device tokens to receive push notifications

post/xmtp/topics/register

Request body

ownerAddressstring

Domain owner public wallet address

signedPublicKeystring

XMTP account public key

Example request

{
  "registrations": [
    {
      "accept": true,
      "block": true,
      "topic": "topic-123",
      "signature": "<signed topic ID>"
    }
  ]
}

Response

Registration successful