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