Skip to main content

Add home photos to a pending proof of address check-in.

POST 

/api/users/checkin/proof-of-address/:id/home-photos

Attaches the two home photos (one FrontView + one AlternateView) to an existing pending proof of address check-in and upgrades the reward to the home-photo bonus. Photos need to be uploaded to the Ownli cloud via the Photo upload api. Only a check-in in the Pending state that does not yet have home photos can be updated.

Request

Path Parameters

    id stringrequired

Body

required

    photos

    object[]

    required

    The two home photos: one FrontView and one AlternateView. Photos need to be uploaded via the Photo Upload API.

  • Array [

  • url stringrequired

    Url of the photo. The photo needs to be uploaded via the Photo Upload API.

    type stringrequired

    Possible values: [FrontView, AlternateView, Invalid, FrontView, AlternateView]

    Type of the photo. A value from one of the photo types.

  • ]

Responses

The updated proof of address check-in object.

Schema

    id string

    Id of the checkin

    userNote string

    User generated note. For communication between the user to the admin

    adminNote string

    Admin generated note. Usually used for on-hold or declined check-ins

    checkedInAt string

    Check-in date

    checkInStatus string

    Possible values: [Confirmed, Declined, OnHold, Pending]

    Status of the check-in

    updated string

    Last updated on

    address

    object

    Address

    addressLine1 string

    Street Address Line 1

    city string

    City

    state string

    2 Letter State Code

    country string

    2 Letter Country Code

    zip string

    Zip

    latitude double

    Latitude at which photo was taken

    longitude double

    Longitude at which photo was taken

    documentType string

    Possible values: [UtilityBill, Paycheck, FinancialStatement, SaleDeed, LeaseAgreement, PhoneBill, Invalid]

    Document Type

    insights

    object

    Insights gathered from the uploaded document(s)

    firstName string

    First name on document(s)

    lastName string

    Last name on document(s)

    address

    object

    Address

    addressLine1 string

    Street Address Line 1

    addressLine2 string

    Street Address Line 2

    city string

    City

    state string

    2 Letter State Code

    country string

    2 Letter Country Code

    zip string

    Zip

    documents

    object[]

    The document(s)

  • Array [

  • url string

    URL of the document

    type string

    Possible values: [DOCUMENT, GALLERY, CAMERA, INVALID, CAMERA, DOCUMENT, GALLERY]

    Type of the document.

    latitude double

    Latitude at which photo was taken

    longitude double

    Longitude at which photo was taken

    markedInvalidByReview boolean

    Indicates that the document has been marked invalid on review.

  • ]

  • photos

    object[]

    The photos of the vehicle taken from different angles

  • Array [

  • photoUrl string

    URL of the photo

    type string

    Possible values: [FrontView, AlternateView]

    Type of the photo. A value from one of the proof of address checkin photo types.

    latitude double

    Latitude at which photo was taken

    longitude double

    Longitude at which photo was taken

    markedInvalidByReview boolean

    Indicates that the photo has been marked invalid on review.

  • ]

  • latitude double

    Latitude at which check-in was done

    longitude double

    Longitude at which check-in was done

    fraud boolean
Loading...