post https://uat.paysprint.in/sprintverify-uat/api/v1/verification/pincode_info
Response Field Description
| Field | Type | Description |
|---|---|---|
| statuscode | Integer | HTTP-like custom response code indicating success (200 = OK) |
| status | Boolean | True if transaction was successful |
| message | String | When Document Fetched Successfully |
| reference_id | String/Number | A unique identifier used to track the specific API request or transaction |
| pincode | String | The 6-digit postal PIN code provided in the request or matched in the database |
| office_name | String | Name of the local post office corresponding to the given PIN code (e.g., “Baroda House S.O”) |
| division_name | String | Name of the postal division under which the post office operates |
| region_name | String | Name of the larger postal region that covers the division (e.g., “Delhi”) |
| area_name | String | General area or locality name corresponding to the PIN code |
| district_name | String | Name of the district associated with the PIN code (e.g., “Central Delhi”) |
| state_name | String | Name of the state where the post office is located (e.g., “Delhi”) |
| city_name | String | Name of the city corresponding to the PIN code |
