Message
Get the status of an outbound message
Get information about the current state of an outbound message. This can be used to check the transmission state, size and destination of the message.
get/api/v1/messages/status/{id}
Path parameters
idstring hex required
Response
Success
Example response
{
"dst": "449:abcd:0123:defa::1",
"state": "received",
"created": 1649512789,
"deadline": 1649513089,
"msgLen": 27
}