Telemetry

This API calls allows you to retrieve meta data related to a user or specific transaction.

Introduction

Keyless is inevitably used as part of a wider authentication flow, whether it's an account recovery, login or step-up authentication. Integrators use this feature to collect additional insights around user transactions such as the result, errors and type of authentication and then leverage this data in their own systems for analytics, orchestration or fraud decisioning.

Get all user authentications in the last 10 minutes

get

Get all user authentications in the last 10 minutes. This can be optionally filtered by operation id in order to return a specific transaction/authentication attempt.

Authorizations
X-Api-KeystringRequired

The customer service api key

Path parameters
userIdstring · Uppercase HEX stringRequired

The user id

Query parameters
operationIdstringOptional

Operation id to filter the results

Responses
200

User authentications

application/json
get
/users/{userId}/authentications

Get all user authentications in the last 10 minutes using the External User ID

get

Get all user authentications in the last 10 minutes using the External User ID (i.e. the unique identifier the user is identified by in your own system). This can be optionally filtered by operation id in order to return a specific transaction/authentication attempt.

Authorizations
X-Api-KeystringRequired

The customer service api key

Path parameters
externalUserIdstringRequired

The customer-meaningful user id. Case-sensitive

Query parameters
operationIdstringOptional

Operation id to filter the results

Responses
200

External user authentications

application/json
get
/external-users/{externalUserId}/authentications

Last updated

Was this helpful?