v1

latestOpenAPI 3.0.2Apache 2.02026-07-17292234.0 KB
Message

Reply to a message with the given ID

Submits a reply message to the system, where ID is an id of a previously received message. If the sender is waiting for a reply, it will bypass the queue of open messages.

post/api/v1/messages/reply/{id}

Path parameters

idstring hex required

Request body

topicstring byte

An optional message topic

payloadstring byte

The message to send, base64 encoded

Example request

{
  "dst": {
    "ip": "449:abcd:0123:defa::1"
  },
  "topic": "hpV+",
  "payload": "xuV+"
}

Response

successfully submitted the reply