results
- base
- localhost
- dev
- prod
/v2/private/purchase/aa/results
http://localhost:1350/v2/private/purchase/aa/results
https://dev.everdays.com/v2/private/purchase/aa/results
https://everdays.com/v2/private/purchase/aa/results
Available Methods​
- POST
POST /v2/private/purchase/aa/results​
This endpoint is used to check on the results of the application within the queue process.
The current status of the application will be saved to the user in the results object.
Params​
| Param | Type | Description |
|---|
Example request body
body: {
}
Returns​
The entire user object.
Example return object with user.purchase
"user": {
"purchase": {
"aa": {
"results": {
"approved": false,
"completed": true,
"finalDecisionType": "D",
"finalDecision": "Based on information provided on the medical inquiries, the proposed insured is not eligible for coverage.",
"lastUpdated": "2022-08-10T23:00:54.976Z"
}
}
}
}
info
For more detailed information about each value in insurance, please refer to the user model docs.