GET
/
reports
/
submissions
/
{id}
cURL
curl --request GET \
  --url https://api.reporta.ng/api/v1/external/reports/submissions/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "report": {
      "id": "<string>",
      "companyId": "<string>",
      "userId": "<string>",
      "listingStatus": "<string>",
      "exitedListAt": "<string>",
      "exitListReason": "<string>",
      "fraudType": "<string>",
      "fraudReason": "<string>",
      "showUploaderInfo": true,
      "attachments": [
        "<string>"
      ],
      "status": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "reportingCompany": {
        "businessName": "<string>",
        "id": "<string>"
      },
      "identifiers": "<any>"
    }
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

ID of submission to get

Response

200 - application/json

Report fetched successfully

The response is of type object.