Fraud Rule

List

Retrieve a paginated list of Fraud Rule records. Supports filtering, sorting, and search.

get/api/cp/setup/fraud-rule

Response

Successful response

idinteger

Id

fraud_profile_idinteger

Fraud Profile Id

prefixstring

Prefix

start_hourstring

Start Hour

end_hourstring

End Hour

daysoftheweekstring

Daysoftheweek

cpm_warninginteger

Cpm Warning

cpm_criticalinteger

Cpm Critical

call_duration_warninginteger

Call Duration Warning

call_duration_criticalinteger

Call Duration Critical

total_calls_warninginteger

Total Calls Warning

total_calls_criticalinteger

Total Calls Critical

concurrent_calls_warninginteger

Concurrent Calls Warning

concurrent_calls_criticalinteger

Concurrent Calls Critical

sequential_calls_warninginteger

Sequential Calls Warning

sequential_calls_criticalinteger

Sequential Calls Critical

Example response

[
  {
    "id": 12345,
    "fraud_profile_id": 1,
    "prefix": "example_prefix",
    "start_hour": "example_start_hour",
    "end_hour": "example_end_hour",
    "daysoftheweek": "example_daysoftheweek",
    "cpm_warning": 123,
    "cpm_critical": 123,
    "call_duration_warning": 123,
    "call_duration_critical": 123,
    "total_calls_warning": 10,
    "total_calls_critical": 10,
    "concurrent_calls_warning": 123,
    "concurrent_calls_critical": 123,
    "sequential_calls_warning": 123,
    "sequential_calls_critical": 123
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.