v1

latestOpenAPI 3.0.2Apache 2.02026-07-17292234.0 KB
Message
Topic

Get the default topic action

Get the default action for topics that are not explicitly configured (accept or reject).

get/api/v1/messages/topics/default

Response

Success

acceptboolean

Whether unconfigured topics are accepted by default

Example response

{
  "accept": true
}