Skip to main content

Create Riskbits

Using this API, riskbits can be added/created as provided in the request.

Resource Informations

NameValue
Requires authentication?Yes
Rate limited?No

Request

Request headers

KeyValue
AuthorizationBearer token
Content-Typeapplication/json

HTTP request URL for SSMS

POST https://{tenantId}.{hostname}/digitanium/v4/riskbits/

HTTP request URL for SHIFT

POST https://{hostname}/auth/realms/{tenantId}/kobilriskbits/resources-auth
note

API requests must be made over https. Calls made over plain http will fail.

Parameters

No parameters fields are required.

Request body (*Required)

Field NameTypeDescription
*ratingLevelStringRating level of risk
*scoreStringMention the score level for risk.
*riskStringRisk name.
riskAndroidStringAndroid risk name.
riskIOSStringiOS risk name.
*operationStringRisk operation name
realmIdStringTenant name

Sample Request

{
"ratingLevel" : "L",
"score":"1-491",
"risk" :"60.45",
"riskAndroid":"CodeInjection",
"riskIOS":"CodeInjection",
"operation":"HIGH_RISK",
"realmId":"xxxtenant"
}

Response

StatusDescription
201 CreatedSuccessfully created.
409 ConflictAlready exist.