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.

status'accepted' | 'rejected' | 'pending'
detailstring

Additional information that can be shared with the status.

Example response

{
  "status": "pending",
  "detail": "Waiting for details"
}