latestOpenAPI 3.0.12026-08-102923187.3 KB
3c9bae130f0a
Person documents
Index documents for a person identification
Returns all documents uploaded to the person identification specified in the request URL.
get/v1/persons/{person_id}/identifications/{id}/documents
Path parameters
person_idstring required
idstring required
Query parameters
page[number]string
The number of results pages to return.
page[size]string
The size of each page in the response.
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"
}
]