---
title: "Create a new custom amenity"
method: POST
path: "/api/v3.3/custom-amenities"
tags: ["Custom Amenities"]
---

# Create a new custom amenity

`POST /api/v3.3/custom-amenities`

Adds a new custom amenity to the specified object UID and type

## Request body

- CustomAmenityAddingApi3Dto
  - `name` string, required
  - `objectUid` string, required
  - `objectType` 'PROPERTY', required

## Response `200`

OK

---

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