---
title: "Send Basic License Message"
method: POST
path: "/v1/send-basic-license-message"
---

# Send Basic License Message

`POST /v1/send-basic-license-message`

## Request body

- MessageBasicLicense
  - `name` string, nullable
  - `first_name` string, nullable
  - `email` string, required
  - `organization` string, nullable
  - `language` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/opsi/apis/fastapi.md) · [All operations](https://skmtc.dev/opsi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opsi/fastapi/revisions/e77a48d304d4/schema)
