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
Example request
{
"registrations": [
{
"accept": true,
"block": true,
"topic": "topic-123",
"signature": "<signed topic ID>"
}
]
}Response
Accept successful