Request Method :: POST
Description: This API allows authorized systems to verify the authenticity and details of a ration card by providing key information such as aadhaar card number and ration card number.

Headers


Content-Type: application/JSON
header_secrets: Please refer to the steps for generating the header_secrets
pass_key:  To be shared during integration by ISU Team

Request Body Parameters

Parameters Parameter description with validations and examples Data type Mandatory/Optional
consent User consent, required to make the API request. e.g.- Y String Mandatory
aadhaarNumber Aadhaar number linked to Ration card. e.g.- 123443211234 (Must have 12 digits) string Mandatory (Either Aadhaar Number or Ration card Number is required)
rationCardNumber Ration Card Number. e.g.- 123443211276 String Mandatory (Either Aadhaar Number or Ration card Number is required)

Sample Request Body

With Aadhaar Number:


With Ration Card Number:


Encrypted Sample Request Body


Response Body Parameters

Parameters Description Data type
data Fetched Data Object
requestId Request ID string
result Result of the operation. object
address Address (location of card holder) string
allowdOnorc whether an operation or verification is permitted on the Online Ration Card (ORC) system. string/boolean
district District (location of card holder) String
dupUidStatus Indicates whether the provided UID (Unique Identification number, e.g., Aadhaar) is detected as a duplicate in the system. String
fpsId Fair Price Shop ID String
memberDetails Details of the members array
memberName Name of the member String
relationshipName Relationship with card holder string
uid UID provided or not. string
rcId Ration Card ID. String
schemeName Scheme under which card holder is string
state Name of the State (location of card holder) String
statusCode Status Code string
status Verification Operation Status (SUCCESS/FAILED). String
statusDesc Status Description of the Operation. E.g.- "Successful ration_verifiction done" String

Sample Response Body


SUCCESS:

 

FAILED:

Consent is missing:

Missing Aadhaar Number and Ration Card Number:

Encrypted Sample Response Body