Init new interaction
Init a new experience interaction with the given interaction type. Any existing interaction data will be cleared.
Body Required
-
Values are
SignIn
,Register
, orForgotPassword
.
PUT /api/experience
curl \
-X PUT https://[tenant_id].logto.app/api/experience \
-H "Content-Type: application/json" \
-d '{"interactionEvent":"SignIn"}'
Request examples
{
"interactionEvent": "SignIn"
}