Fraud Profile

List

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

get/api/cp/setup/fraud-profile

Response

Successful response

idinteger

Id

account_idinteger

Account Id

namestring

Name

Example response

[
  {
    "id": 12345,
    "account_id": 1,
    "name": "Example Name"
  }
]

Changes