Fetch document classification
Fetch classification of the type of the submitted document
get/v2/submission/{submission_id}/classification
Path parameters
submission_idstring required
Response
Results of document type classification if classification analysis was enabled for the submission.
Example response
{
"document_classification": {
"issuer_parent": {
"issuer_id": "07825439",
"legal_address": {
"street_address": "16192 COASTAL HWY, LEWES, DE 19958"
}
},
"issuer": {
"issuer_id": "07825439",
"legal_address": {
"street_address": "16192 COASTAL HWY, LEWES, DE 19958"
}
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.