Management API
Log in
Talk to sales
Search...
/
API Reference
API Reference
GET
Rule - List
GET
Rule - Get
GET
Rule Instance - List
POST
Rule Instance - Create
POST
Rule Instance - Update
DEL
Rule Instance - Delete
GET
Rule Filters Schema - Get
GET
Case - List
POST
Case - Create
GET
Case - Get
PATCH
Case - Update
POST
Case - Update Status
POST
Alert - Create
GET
Alert - Get
PATCH
Alert - Update
GET
Retrieve Alert Comments
POST
Create an Alert Comment
GET
Retrieve an Alert Comment
DEL
Delete an Alert Comment
POST
Alert - Update Status
POST
Get a pre-signed URL
GET
Retrieve User Comments
POST
Create a User Comment
GET
Retrieve a User Comment
DEL
Delete a User Comment
GET
Users - Search
Log in
Talk to sales
API Reference
Rule - Get
GET
https://
sandbox.api.flagright.com
/
management
/
rules
/
:ruleId
Retrieve a Rule
GET /rules/{ruleId}
endpoint returns a rule template supported by flagright.
Path parameters
ruleId
string
Required
Response
This endpoint returns an object.
id
string
type
enum
Allowed values:
TRANSACTION
USER
USER_ONGOING_SCREENING
name
string
types
list of strings
description
string
defaultParameters
map from strings to any
defaultAction
enum
Allowed values:
ALLOW
FLAG
BLOCK
SUSPEND
Model for rule action if a rule is hit. This is returned in the API response and can be configured on Console by operational accounts like a Compliance Analyst
labels
list of enums
Show 12 enum values
defaultCasePriority
enum
Allowed values:
P1
P2
P3
P4
defaultNature
enum
Allowed values:
AML
FRAUD
CTF
SCREENING
checksFor
list of strings
typologies
list of strings
sampleUseCases
string
parametersSchema
map from strings to any
Optional
defaultRiskLevelParameters
object
Optional
Show 5 properties
defaultRiskLevelActions
object
Optional
Show 5 properties
Errors
404
Not Found
Built with