HOPPIE

post/api/v1/hoppie

Request body

logonstring required

The Hoppie logon code

fromstring required

The from-callsign

tostring required

The to-callsign

typestring required

The request type

packetstring required

The message content

Example request

{
  "logon": "xxxxxxxxxx",
  "from": "DLH8HM",
  "to": "ALL-CALLSIGNS",
  "type": "poll",
  "packet": "data2//1/Hello"
}

Response

The message could be addressed

responsestring required

The server's response

Example response

{
  "response": "ok {}"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.