For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentications

An authentication process may encompass all the validations carried out according to the policy established when the SDK was initialized. These validations and their analyses can include data on the contexts in which the user was situated at the time of the request. Subsequently, based on the defined policy and validation rules, the status of the authentication is determined.

The token used to make requests to the API is the access token generated according to these instructions..

Authentication attempt

get

Get a authentication attempt based on the provided attempt ID.

Path parameters
attemptIdstringRequired

Authentication attempt ID

Example: xxxxxxf41e2fcd832e6xxxxx
Header parameters
AuthorizationstringRequired

Identity Authorization Token

Example: Bearer your_token_here
Responses
200

Success

application/json
requestIdstringRequired

Unique identifier of the request.

Example: xxxxx-cecd-4643-95c7-xxxxx
idstringRequired

Identifier of authentication attempt.

Example: xxxxyheu899xxxx
createdAtstring · date-timeRequired

Creation date of the record.

Example: 2024-04-04T13:45:24.321Z
statusstring · enumRequired

Status of the operation.

Example: approvedPossible values:
contextAnalysisResultstring · enumRequired

Result of the context analysis.

Example: INVALIDPossible values:
sourceIpstringRequired

Source IP of the request.

Example: 127.0.0.1 | 2804:d0c:123:xxx:yyy:aaa:321
get/authentications/{attemptId}

Last updated