# 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. Endpoint: POST /xmtp/topics/accept Version: 1.0.0 ## Request fields (application/json): - `ownerAddress` (string) Domain owner public wallet address Example: 123 - `signedPublicKey` (string) XMTP account public key Example: 456 - `registrations` (array) - `registrations.accept` (boolean) Indicates whether user has accepted the chat request Example: true - `registrations.block` (boolean) Indicates whether user is reporting this topic as spam Example: true - `registrations.topic` (string) Topic ID to be registered Example: "topic-123" - `registrations.peerAddress` (string) Peer wallet address associated with this conversation - `registrations.signature` (string) Topic ID signed with the XMTP account private key Example: "" ## Response 200 fields ## Response 403 fields ## Response 404 fields