Responses
-
The public interaction data has been successfully retrieved.
Hide response attributes Show response attributes object
-
Values are
SignIn
,Register
, orForgotPassword
. -
Hide profile attributes Show profile attributes object
-
Maximum length is
2048
. -
Maximum length is
128
. -
Maximum length is
128
. -
Maximum length is
128
. -
Maximum length is
128
. -
Hide profile attributes Show profile attributes object
-
arbitrary
-
Hide socialIdentity attributes Show socialIdentity attributes object
-
Hide enterpriseSsoIdentity attributes Show enterpriseSsoIdentity attributes object
-
-
One of: Hide attributes Show attributes
Hide attributes Show attributes
-
Values are
SignIn
,Register
,ForgotPassword
,OrganizationInvitation
,Generic
,UserPermissionValidation
, orBindNewIdentifier
.
Hide attributes Show attributes
-
Values are
SignIn
,Register
,ForgotPassword
,OrganizationInvitation
,Generic
,UserPermissionValidation
, orBindNewIdentifier
.
Hide attributes Show attributes
Hide attributes Show attributes
Hide attributes Show attributes
-
Hide mfa attributes Show mfa attributes object
-
Hide webAuthn attributes Show webAuthn attributes object
-
GET
/api/experience/interaction
curl \
--request GET 'https://[tenant_id].logto.app/api/experience/interaction'
Response examples (200)
{
"interactionEvent": "SignIn",
"userId": "string",
"profile": {
"avatar": "string",
"name": "string",
"username": "string",
"primaryEmail": "string",
"primaryPhone": "string",
"profile": {
"familyName": "string",
"givenName": "string",
"middleName": "string",
"nickname": "string",
"preferredUsername": "string",
"profile": "string",
"website": "string",
"gender": "string",
"birthdate": "string",
"zoneinfo": "string",
"locale": "string",
"address": {
"formatted": "string",
"streetAddress": "string",
"locality": "string",
"region": "string",
"postalCode": "string",
"country": "string"
}
},
"customData": {},
"socialIdentity": {
"target": "string",
"userInfo": {
"id": "string",
"email": "string",
"phone": "string",
"name": "string",
"avatar": "string",
"rawData": {}
}
},
"enterpriseSsoIdentity": {
"identityId": "string",
"ssoConnectorId": "string",
"issuer": "string",
"detail": {}
},
"syncedEnterpriseSsoIdentity": {
"identityId": "string",
"issuer": "string",
"detail": {}
},
"jitOrganizationIds": [
"string"
]
},
"verificationRecords": [
{
"id": "string",
"type": "string",
"identifier": {
"type": "username",
"value": "string"
},
"verified": true
}
],
"mfa": {
"mfaSkipped": true,
"totp": {
"type": "string"
},
"webAuthn": [
{
"type": "string",
"credentialId": "string",
"publicKey": "string",
"transports": [
"usb"
],
"counter": 42.0,
"agent": "string",
"name": "string"
}
],
"backupCode": {
"type": "string"
}
},
"captcha": {
"verified": true,
"skipped": true
}
}