Skip to content

AuthenticationTrialStatItem

It is possible to obtain from the Reach platform the success rate statistics of the authentication trials generated by your Authentix Configurations according to a set of specified criteria.

Such a stats is represented through the AuthenticationTrialStatItem object while a authentication trial denotes a correspondence with the end user that contains a authentication code. It is important to notice that a single authentication can lead to more than one authentication trials.

You should also keep in mind that the retrieval of authentication trials is constrained by a built-in rate-limit. You will start getting HTTP 429 "Too Many Requests" responses if you reach that limit.

AuthenticationTrialStatItem Attributes

  • appletIdstring

    The identifier of the applet.

  • apiVersionstring

    The API version.

  • totalTrialsinteger

    The total number of trials matching the specified criteria.

  • numSuccessfulTrialsinteger

    The total number of successfull trials among the ones matching the specified criteria.

  • numUnsuccessfulTrialsinteger

    The total number of unsuccessfull trials among the ones matching the specified criteria.

  • successRatenumber

    The success rate of the trials matching the specified criteria.