cURL
curl --request POST \ --url https://api.creditriskmonitor.com/v1/Users/Login \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'Username=<string>' \ --data 'Password=<string>' \ --data 'LinkBasedMFA=<string>' \ --data 'Key=<string>'
{ "Success": true, "Data": { "SessionKey": "<string>", "Username": "<string>", "SessionId": 123, "TwoFactorAuthenticationRequired": true, "Key": "<string>" }, "ErrorCode": "<string>" }
Processes user login credentials and establishes session.
SessionKey
OK
Was this page helpful?