Fraud Profile

Create

Create a new Fraud Profile record.

post/api/cp/setup/fraud-profile

Request body

idinteger

Id

account_idinteger

Account Id

namestring required

Name

Example request

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

Response

Successful response

statusstring

Operation status

Example response

{
  "id": 12345,
  "status": "OK"
}

Changes

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