POST
/
v1
/
Users
/
2FAKey
curl --request POST \
  --url https://api.creditriskmonitor.com/v1/Users/2FAKey \
  --header 'Authorization: <api-key>'
{
  "Success": true,
  "Data": {
    "SessionKey": "<string>",
    "Username": "<string>",
    "SessionId": 123,
    "TwoFactorAuthenticationRequired": true,
    "Key": "<string>"
  },
  "ErrorCode": "<string>"
}

Use the Login endpoint to retrieve the SessionKey, then include it in the Authorization field for authentication.

Authorizations

Authorization
string
header
required

Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".

Query Parameters

Key
string
required

The One Time Password that was sent to the users phone.

Response

200
application/json
OK
Success
boolean
Data
object
ErrorCode
string