# Upload Evidences Uploads verification evidence for a specific profile. The request body varies significantly between Personal and Business profiles. Submitting an evidence that was already uploaded will result in an attempt to update the evidence. Endpoint: POST /v5/profiles/{profileId}/additional-verification/upload-evidences Security: UserToken ## Path parameters: - `profileId` (integer, required) The unique identifier of the profile. ## Response 207 fields (application/json): - `overallStatus` (string) Status of the entire request. Enum: "SUCCESS", "PARTIAL_SUCCESS", "FAIL" - `results` (array) Results for each evidence. - `results.evidenceRequirementKey` (string) Name of the evidence. - `results.result` (string) Result for the evidence. Enum: "SUCCESS", "FAIL" - `results.message` (string) Explanation of result for the evidence. ## Response 400 fields ## Response 403 fields