---
title: "Get Motd"
method: GET
path: "/api/v1/motd"
tags: ["motd"]
---

# Get Motd

`GET /api/v1/motd`

Return the current MOTD for the caller's tenant. Empty fields when unset.

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Response `200`

Successful Response

- MOTDResponse — Current MOTD payload. Empty title + body means no MOTD is set.
  - `title` string
  - `body` string
  - `updated_at` string, date-time, nullable
  - `updated_by` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/revisions/fd3a41a6260b/schema)
