Authentications
Get a authentication attempt based on the provided attempt ID.
Path parameters
attemptIdstringRequiredExample:
Authentication attempt ID
xxxxxxf41e2fcd832e6xxxxxHeader parameters
AuthorizationstringRequiredExample:
Identity Authorization Token
Bearer your_token_hereResponses
200
Success
application/json
requestIdstringRequiredExample:
Unique identifier of the request.
xxxxx-cecd-4643-95c7-xxxxxidstringRequiredExample:
Identifier of authentication attempt.
xxxxyheu899xxxxcreatedAtstring · date-timeRequiredExample:
Creation date of the record.
2024-04-04T13:45:24.321Zstatusstring · enumRequiredExample:
Status of the operation.
approvedPossible values: contextAnalysisResultstring · enumRequiredExample:
Result of the context analysis.
INVALIDPossible values: sourceIpstringRequiredExample:
Source IP of the request.
127.0.0.1 | 2804:d0c:123:xxx:yyy:aaa:321400
Bad Request
application/json
401
Unauthorized
application/json
404
Resource not found
application/json
500
Internal server error
application/json
get/authentications/{attemptId}
Last updated

