v1
latestOpenAPI 3.0.02026-07-2494288373.8 KBDocument check
Retrieve a Document check
Returns detailed information about the specified Document check.
See also
Learn more about Document checks
Learn more about Files
get/v1/checks/document/{id}
Path parameters
idstring uuid required
Id of the Document check
Response
ℹ️ Click to see full payload
Example response
{
"data": {
"settings": {
"document_type": {
"key": "some_key"
}
}
}
}