---
title: "Create Event"
method: POST
path: "/profile/{profile_public_id}/event/"
tags: ["profile"]
---

# Create Event

`POST /profile/{profile_public_id}/event/`

Create a new event for the profile.

## Request body

- Event
  - `timestamp` string, date-time — Time at which the action was performed.
  - `points` number, nullable — Amount of points awarded for the action.
  - `description` string, nullable — Title / description of the action.

## Response `201`

Created

- Event
  - `timestamp` string, date-time — Time at which the action was performed.
  - `points` number, nullable — Amount of points awarded for the action.
  - `description` string, nullable — Title / description of the action.

---

[API](https://skmtc.net/wefitter/apis/wefitter-api.md) · [All operations](https://skmtc.net/wefitter/apis/wefitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wefitter/wefitter-api/revisions/52b0eb5e8b96/schema)
