Login API Information

The first step is to login to the Software Vulnerability Manager. The UID value received from the successful login must be used in the subsequent transactions.

Information required to login is organized into the following tabs:

Login API Information

Requirement Type

Details

API

https://csi7.secunia.com/csi/api/?uid=&action=manuallogin

Method

POST

Parameters

username
password

Note:Enter the SVM cloud login credentials.

Response

Valid Credential

{"success":true,"response":1,"reason":"Login successful",

"uid":"eNC4bgWbaumKxF0iqyRDcAsVOQ0NBpa5KxCynq5p3lzIzsrF8TKiYijIHxRfS4Bj"}
 

Invalid Credential

{"success":true,"response":2,"reason":"Invalid Credentials."

Received Information

UID value

Note:UID value of successful response can be used in the API uid section for the subsequent transactions as shown below:

https://csi7.secunia.com/csi/api/?uid=<UID of successful login reponse>