{
"id": "verification-uuid",
"service": {
"id": "service-uuid",
"name": "NIB Check"
},
"user_id": "user-uuid", // if by Token
"api_key": "api-key", // if by API Key
"folder_id": "folder-uuid",
"result_id": "result-uuid",
"execution_time": 12.5,
"status": "COMPLETED",
"start_date": "2024-01-15T10:05:00Z",
"end_date": "2024-01-15T10:05:12Z",
"input_config": {
"nib": "1234567890123"
},
"input_file_url": null,
"output": {
"is_valid_nib": true,
"business_data": {
"nib": "1234567890123",
"company_name": "PT ABC XYZ",
"owner_name": null,
"active_status": "ACTIVE",
"migration_status": "OSS RBA",
"investment_type": "PMA",
"business_scale": "LARGE"
}
},
"output_file_url": "https://example.com/output.json",
"output_status": "VERIFIED",
"external_job_id": null,
"webhook_url": null,
"webhook_metadata": null,
"export_file_url": null,
"credit_used": 10,
"total_files": 0,
"total_pages": 0
}