cURL
curl --request GET \ --url https://api.reporta.ng/api/v1/external/reports/submissions \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>", "data": { "data": [ { "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", "reportingCompany": { "businessName": "<string>", "id": "<string>" }, "identifiers": [ { "label": "<string>", "value": "<string>" } ] } ], "meta": { "total": 123, "page": 123, "limit": 123 } } }
Fetch a list of reports that have been submitted, with their details including fraud type, reason, status, and associated identifiers.
The page of results to fetch (default is 1).
The number of results per page (default is 10).
Successfully fetched reports
Show child attributes