---
title: "Create pin code"
method: POST
path: "/api/v3.3/pin-codes"
tags: ["Pin Codes"]
---

# Create pin code

`POST /api/v3.3/pin-codes`

Generates a new pin code for property access.

## Request body

- PinCodeAddingApi31Dto
  - `propertyUid` string
  - `lockType` 'RESORTLOCK' | 'REMOTELOCK' | 'PARAKEET' | 'AUGUST' | 'OTHER' | 'VIRTUALKEY' | 'OPERTO' | 'DORMAKABA' | 'POINTCENTRAL'
  - `startDateTimeUTC` string
  - `endDateTimeUTC` string
  - `pinCode` string
  - `pinCodeUrl` string
  - `leadUid` string
  - `unitUid` string

## 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)
