Retrieve a Consumer User Event

GET a Consumer User Event

You can retrieve any consumer user event you created using the POST Consumer User Events call.

Authentication

x-api-keystring
API keys are used to authenticate the requests.

Path parameters

eventIdstringRequired
Unique Consumer User Event Identifier

Response

OK
timestampdouble315529200000-4133890801000
Timestamp of the event
userIdstring>=1 character
Transaction ID the event pertains to
eventIdstringOptional
Unique event ID
reasonstringOptional
Reason for the event or a state change
eventDescriptionstringOptional
Event description
updatedConsumerUserAttributesobjectOptional
Model for User details
newUserIdstringOptional>=1 character

New userId for the existing user (keep in mind all of the future requests for this user will now reference this userId). Requires the changeUserId queryparam to come in affect.

executedRuleslist of objectsOptional
hitRuleslist of objectsOptional
riskScoreDetailsobjectOptional

Errors

400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error