Skip to main content
GET
/
applications
/
{id}
JavaScript
import Gizmo from '@gizmo-os/sdk';

const client = new Gizmo({
  apiKey: 'My API Key',
});

const application = await client.applications.retrieve('id');

console.log(application.id);
{
  "id": "<string>",
  "orgId": "<string>",
  "createdAt": 123,
  "updatedAt": 123,
  "status": "NEW",
  "primaryBorrowerFirstName": "<string>",
  "primaryBorrowerLastName": "<string>",
  "primaryBorrowerEmail": "<string>",
  "primaryBorrowerPhone": "<string>",
  "primaryBorrowerDateOfBirth": "<string>",
  "primaryBorrowerSsn": "<string>",
  "subjectPropertyState": "al",
  "subjectPropertyStreetAddress": "<string>",
  "subjectPropertyCity": "<string>",
  "subjectPropertyZip": "<string>",
  "loanPurpose": "purchase",
  "losId": "<string>",
  "crmId": "<string>",
  "leadProviderSlug": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

The retrieved Application

The Application object

id
string
required
orgId
string
required
Required string length: 32
createdAt
number
required
status
enum<string>
required
Available options:
NEW,
ATTEMPTED,
CONTACTED,
CREDIT_PULLED,
PRE_APPROVED,
APPLICATION,
PROCESSING,
SUBMITTAL,
RESUBMITTAL,
CONDITIONALLY_APPROVED,
FINAL_APPROVED,
DOCS_OUT,
FUNDED,
PURCHASED,
COMPLETED,
WITHDRAWN,
DENIED
primaryBorrowerFirstName
string
required
primaryBorrowerLastName
string
required
primaryBorrowerEmail
string
required
primaryBorrowerPhone
string
required
subjectPropertyState
enum<string>
required

The two-letter state abbreviation in lowercase

Available options:
al,
ak,
az,
ar,
ca,
co,
ct,
de,
dc,
fl,
ga,
hi,
id,
il,
in,
ia,
ks,
ky,
la,
me,
md,
ma,
mi,
mn,
ms,
mo,
mt,
ne,
nv,
nh,
nj,
nm,
ny,
nc,
nd,
oh,
ok,
or,
pa,
ri,
sc,
sd,
tn,
tx,
ut,
vt,
va,
wa,
wv,
wi,
wy
leadProviderSlug
string
required
updatedAt
number
primaryBorrowerDateOfBirth
string
primaryBorrowerSsn
string
subjectPropertyStreetAddress
string
subjectPropertyCity
string
subjectPropertyZip
string
loanPurpose
enum<string>
Available options:
purchase,
refi,
refiCashOut
losId
string
crmId
string