(Deprecated) Get a Beacon Report Syndication
Returns a Beacon Report Syndication for a given Beacon Report Syndication id.
Request body
Example request
{
"beacon_report_syndication_id": "becrsn_11111111111111"
}Response
OK
Example response
{
"id": "becrsn_11111111111111",
"beacon_user_id": "becusr_42cF1MNo42r9Xj",
"report": {
"id": "becrpt_11111111111111",
"created_at": "2020-07-24T03:26:02Z",
"fraud_date": "1990-05-29",
"event_date": "1990-05-29"
},
"analysis": {
"address": "match",
"date_of_birth": "match",
"email_address": "match",
"name": "match",
"id_number": "match",
"ip_address": "match",
"phone_number": "match",
"depository_accounts": [
{
"account_mask": "4000",
"routing_number": "021000021",
"match_status": "match"
}
]
}
}Changes
Changed in 4 of the 52 revisions of this API.415
- ○
endpoint deprecated
endpoint-deprecated
- ○
- ○
added the required property
beacon_user_idto the response with the200statusresponse-required-property-added
- ○
- ▲
the response property
report/fraud_datebecame nullable for the status200response-property-became-nullable
- ●
added the new
data_breachenum value to thereport/typeresponse property for the response status200response-property-enum-value-added
- ○
added the required property
analysis/depository_accountsto the response with the200statusresponse-required-property-added
- ○
added the required property
report/event_dateto the response with the200statusresponse-required-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
analysis/depository_accountsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
beacon_user_idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
report/event_datefrom the response with the200statusresponse-required-property-removed
- ○
removed the
data_breachenum value from thereport/typeresponse property for the response status200response-property-enum-value-removed
This revision also has 699 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲