Mortgage Application
Get the current status of the application
Get the current status of the application (rejected with reason, accepted, pending with reason).
get/mortgages/applications/{applicationId}/status
Parameters
./components/parameters/path/application_id.yaml — unresolved $ref
./components/parameters/header/client_id.yaml — unresolved $ref
./components/parameters/header/correlation.yaml — unresolved $ref
./components/parameters/header/agent.yaml — unresolved $ref
Response
OK.
Example response
{
"status": "pending",
"detail": "Waiting for details"
}