Init new interaction
Init a new experience interaction with the given interaction type. Any existing interaction data will be cleared.
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"
}