Use this endpoint to retrieve the details related to a specific policy application.
Pass the policy number via URL to the GET policy endpoint to retrieve policy information of a policy
{
"statusCode": 200,
"message": "successful operation",
"data": {
"quoteId": "9546916489",
"policyHolderNumber": "080209934213519",
"policyNumber": "XY2599220220304646202",
"policyCode": "XY25992",
"status": "applied",
"startDate": "",
"endDate": "",
"nextPremiumDueDate": "",
"redirectURL": "",
"fieldValues": [
{
"key": "PERSONALINFO=>FIRSTNAME",
"value": "stefanpgr"
}
]
}
}