Get Riskbit Status
Using this API, updated/added riskbits can be fetched.
Resource Informations
Name | Value |
---|---|
Requires authentication? | Yes |
Rate limited? | No |
Request
Request headers
Key | Value |
---|---|
Authorization | Bearer token |
Content-Type | application/json |
HTTP request URL for SSMS
GET https://{tenantId}.{hostname}/digitanium/v4/riskbits/status
HTTP request URL for SHIFT
GET https://{hostname}/auth/realms/{tenantId}/kobilriskbitstatus/resources-auth
note
API requests must be made over https. Calls made over plain http will fail.
Parameters
No Parameter fields are required
Request body
No request body fields are required
Response
Field Name | Type | Description |
---|---|---|
id | String | Id of the risk |
realmId | String | Tenant name |
enabled | String | Enabled status |
Sample Response
{
"id": "929f0a33-3434-48f6-b735-5eb055835945",
"realmId": "xxxtenant",
"enabled": true
}
Response Status Information
Status Code | Status | Message |
---|---|---|
200 | OK | Successfully created. |
204 | No Content | No Content. |
401 | Unauthorized | HTTP 401 Unauthorized. |