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