---
title: "POST /api/v1/hoppie"
method: POST
path: "/api/v1/hoppie"
tags: ["HOPPIE"]
---

# POST /api/v1/hoppie

`POST /api/v1/hoppie`

## Request body

- CpdlcMessageDto
  - `logon` string, required — The Hoppie logon code
  - `from` string, required — The from-callsign
  - `to` string, required — The to-callsign
  - `type` string, required — The request type
  - `packet` string, required — The message content

## Response `201`

The message could be addressed

- Cpdlc
  - `response` string, required — The server's response

## Other responses

- `404` — The sender or recipient flight number could not be found

---

[API](https://skmtc.dev/flybywiresim/apis/flybywire-simulations-api.md) · [All operations](https://skmtc.dev/flybywiresim/apis/flybywire-simulations-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flybywiresim/flybywire-simulations-api/revisions/3013dbd0cff1/schema)
