---
title: "Call the backend service that handle homekit interaction"
method: POST
path: "/v2/hk/authEntityRequest"
tags: ["hk"]
---

# Call the backend service that handle homekit interaction

`POST /v2/hk/authEntityRequest`

UUID specified must be present in the database for device

## Request body

- HomeKitBase
  - `pp` string, required

## Response `default`

Default error response

- Error
  - `code` integer — Error code
  - `status` string — Error name
  - `message` string — Error message
  - `errors` object — Errors

## Other responses

- `422` — Unprocessable Entity

---

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