cURL
curl --request POST \ --url https://api.creditriskmonitor.com/v1/Users/2FAKey \ --header 'Authorization: Bearer <token>'
{ "Success": true, "Data": { "SessionKey": "<string>", "Username": "<string>", "SessionId": 123, "TwoFactorAuthenticationRequired": true, "Key": "<string>" }, "ErrorCode": "<string>" }
Processes and verifies two-factor authentication keys.
SessionKey
Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".
Bearer
The One Time Password that was sent to the users phone.
OK
Show child attributes
Was this page helpful?