v1

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

Accept an XMTP chat request

New XMTP chats are not show in the Unstoppable Messaging inbox by default. After a topic is accepted by the user, it is shown in the default view.

post/xmtp/topics/accept

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

Accept successful