curl --request POST \
--url https://api.reporta.ng/api/v1/external/reports/search \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"identifier": "account",
"value": "<string>"
}
'{
"success": true,
"message": "<string>",
"data": {
"reports": [
{
"id": "<string>",
"companyId": "<string>",
"userId": "<string>",
"listingStatus": "<string>",
"exitedListAt": "<string>",
"exitListReason": "<string>",
"fraudType": "<string>",
"fraudReason": "<string>",
"showUploaderInfo": true,
"attachments": [
"<string>"
],
"status": "published",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"identifiers": [
{
"id": "<string>",
"label": "<string>",
"value": "<string>"
}
],
"reportingCompany": {
"businessName": "<string>",
"id": "<string>"
}
}
],
"publicReports": [
{
"id": "<string>",
"userId": "<string>",
"fraudReason": "<string>",
"fraudType": "<string>",
"attachments": [
"<string>"
],
"financialInstitution": "<string>",
"eventDate": "2023-11-07T05:31:56Z",
"companyId": "<string>",
"notificationSent": true,
"status": "published",
"victim": {},
"guestInfo": {},
"reportingEntity": "self",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"identifiers": [
{
"id": "<string>",
"label": "<string>",
"value": "<string>"
}
]
}
]
}
}Search for reports using a specific identifier type and value
curl --request POST \
--url https://api.reporta.ng/api/v1/external/reports/search \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"identifier": "account",
"value": "<string>"
}
'{
"success": true,
"message": "<string>",
"data": {
"reports": [
{
"id": "<string>",
"companyId": "<string>",
"userId": "<string>",
"listingStatus": "<string>",
"exitedListAt": "<string>",
"exitListReason": "<string>",
"fraudType": "<string>",
"fraudReason": "<string>",
"showUploaderInfo": true,
"attachments": [
"<string>"
],
"status": "published",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"identifiers": [
{
"id": "<string>",
"label": "<string>",
"value": "<string>"
}
],
"reportingCompany": {
"businessName": "<string>",
"id": "<string>"
}
}
],
"publicReports": [
{
"id": "<string>",
"userId": "<string>",
"fraudReason": "<string>",
"fraudType": "<string>",
"attachments": [
"<string>"
],
"financialInstitution": "<string>",
"eventDate": "2023-11-07T05:31:56Z",
"companyId": "<string>",
"notificationSent": true,
"status": "published",
"victim": {},
"guestInfo": {},
"reportingEntity": "self",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"identifiers": [
{
"id": "<string>",
"label": "<string>",
"value": "<string>"
}
]
}
]
}
}Search criteria
Reports fetched successfully
Indicates if the search was successful
Response message
Show child attributes
List of reports matching the search criteria
Show child attributes
Unique ID of the report
ID of the company that reported the suspicious activity
ID of the user who reported the suspicious activity
Status of the report
Timestamp of when the report was exited from the list
Reason for exiting the list
Type of fraud reported
Reason for reporting the suspicious activity
Whether to show the uploader information
List of attachments
Status of the report
published, draft Timestamp when the report was created
Timestamp when the report was last updated
List of public reports matching the search criteria
Show child attributes
Unique ID of the report
ID of the user who reported the suspicious activity
Reason for reporting the suspicious activity
Type of fraud reported
List of attachment URLs
Name of the financial institution involved
Date when the fraudulent event occurred
ID of the company that reported the suspicious activity
Whether notification has been sent
Status of the report
published, draft Information about the victim
Information about the guest reporter
Entity that reported the incident
self, witness, guest, representative Timestamp when the report was created
Timestamp when the report was last updated