Individual Court Case Check - Search
The Individual Court Case API simplifies the process of finding and retrieving court case information linked to an individual. Its structure ensures easy integration into your systems, offering valuable insights into the legal matters concerning the entities you are interested in. The Search API is used to start a query by providing the relevant entity details.
Key | Value |
Authorization | Shared by Signzy |
Content-Type | application/json |
PARAMETERS | DESCRIPTION | TYPE | VALUE (COMPULSORY OR OPTIONAL) |
name | Name of the person | String | COMPULSORY |
address | Address of the person | String | OPTIONAL |
fatherName | Father's name of the person | String | OPTIONAL |
dob | Date of Birth of candidate | Date | OPTIONAL |
caseCategory | Type of case to searched for a customer. Possible values “civil” , “criminal” | String | OPTIONAL |
type | Filter "petitioner" , "respondent" | String | OPTIONAL |
matchType | “Exact”, “Possible” | String | COMPULSORY |
CODE | MESSAGE |
200 | Request Successful |
400 404 409 500 | Validation Error Record Not Found Upstream is down Server Side Error |