---
title: "Create Cost Event"
method: POST
path: "/api/v1/users/events"
tags: ["Cost Events"]
---

# Create Cost Event

`POST /api/v1/users/events`

The call is used to create events created by api-key defined user

## Headers

- `Authorization` string, required
- `apikey` string, required

## Request body

- object
  - `title` string, required — Event title
  - `description` string, required — Event description
  - `date` string, date, required — Event date
  - `createdBy` string, required — Name of user creating the event
  - `estimation` integer — $ value of the event

## Response `200`

- object
  - `account_id` string
  - `uuid` string
  - `account_key` string
  - `division_id` string
  - `user_key` string
  - `creation_time` string
  - `created_by` string
  - `title` string
  - `description` string
  - `date` string
  - `estimation` integer

---

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