latestOpenAPI 3.0.12026-08-102923187.3 KB
3c9bae130f0a
Person documents
Upload documents for a person identification
Uploads an identification document for the person identification specified in the request URL. Note that this request uses the content-type of multipart/form-data and that the request body must be submitted as individual form-data items.
post/v1/persons/{person_id}/identifications/{id}/document_upload
Path parameters
person_idstring required
idstring required
Response
Successful result of the operation
Example response
{
"id": "69ec2a9d8dbaf5ea1b13124098a34ea3cdoc",
"name": "Operation_authorization.png",
"content_type": "image/png",
"size": 10187,
"created_at": "2022-05-20T12:46:09Z",
"deleted_at": "null"
}