Appearance
!--methodGET--!/getInsurerDetails ā
Provide policyholder details for the insurance policy.
They will be used to add insurances to the application.
Broker APIPersonal LoanAuto Loan
š Authentication ā
- Bearer Token - Your API token
š Content-Type ā
Request | N/A |
Response | application/json |
ā¹ļø Examples ā
Response
json
{
"data": [
{
"name": "Nada (20)",
"registered_name": "Dayna"
},
{
"name": "Nada (22)",
"registered_name": "Jonas"
},
{
"name": "Chuck (35)",
"registered_name": "Tifany"
}
]
}
json
{
"message": "Unauthenticated."
}