Fraud Profile

Read

Retrieve a single Fraud Profile record by ID.

get/api/cp/setup/fraud-profile/{id}

Path parameters

idinteger required

Id identifier

Response

Successful response

idinteger

Id

account_idinteger

Account Id

namestring

Name

Example response

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

Changes

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