---
title: "Init new interaction"
method: PUT
path: "/api/experience"
tags: ["Experience"]
---

# Init new interaction

`PUT /api/experience`

Init a new experience interaction with the given interaction type. Any existing interaction data will be cleared.

## Request body

- object
  - `interactionEvent` 'SignIn' | 'Register' | 'ForgotPassword', required
  - `captchaToken` string

## Response `204`

A new experience interaction has been successfully initiated.

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Content

---

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