---
title: "Create Event Icon"
method: POST
path: "/user/event-icons"
tags: ["provider", "user"]
---

# Create Event Icon

`POST /user/event-icons`

Create a new event icon.

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Request body

- EventIconCreate
  - `iconType` 'BOOKING_FEE_PAID' | 'NEW_PATIENT' | 'SCHEDULED_BY_AI' | 'FORM_COMPLETED' | 'CHECKED_IN', required
  - `emoji` string, required — Emoji for the icon
  - `color` string, required — Color code for the icon (hex format)
  - `isActive` boolean — Whether the icon is active

## Response `200`

Successful Response

- EventIconSummary
  - `id` string, required — Unique identifier for the event icon
  - `iconType` 'BOOKING_FEE_PAID' | 'NEW_PATIENT' | 'SCHEDULED_BY_AI' | 'FORM_COMPLETED' | 'CHECKED_IN', required
  - `emoji` string, required — Emoji for the icon
  - `color` string, required — Color code for the icon (hex format)
  - `isActive` boolean, required — Whether the icon is active
  - `createdDate` string, date-time, required — Date and time when the icon was created
  - `updatedDate` string, date-time, nullable — Date and time when the icon was last updated

## Other responses

- `422` — Validation Error

---

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