---
title: "Create an Event with a token issued to a 3rd party"
method: POST
path: "/api/topics/:topicId/events"
tags: ["events"]
---

# Create an Event with a token issued to a 3rd party

`POST /api/topics/:topicId/events`

Create an Event with a token issued to a 3rd party

## Path parameters

- `userId` string, required
- `topicId` string, required

## Request body

- object
  - `subject` string
  - `text` string

## Response `201`

Created

- object
  - `status` object
    - `code` string
  - `data` TopicEvent
    - `id` string
    - `subject` string
    - `text` string
    - `createdAt` string

---

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