---
title: "POST /api/v1/messaging"
method: POST
path: "/api/v1/messaging"
tags: ["Messaging"]
---

# POST /api/v1/messaging

`POST /api/v1/messaging`

## Request body

- PostMessageRequest
  - `MessageType` string, required
  - `Message` unknown, required
  - `PolicyName` string, nullable
  - `RoutingData` RoutingData
    - `Domain` string, nullable
    - `Route` string, nullable

## Response `200`

- Result
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
