Retrieve a Promissory Note

Retrieve a Promissory Note

GET https://sandbox-api.stilt.com/v1/users/{user_id}/loc/{offer_id}/documents/promissory_note

Returns an object with a link to the hosted pdf of the promissory note document. After a LOC is activated, the document_url will return the executed document. The document_uuid expires after 24 hours

Path Parameters

NameTypeDescription

user_id*

string

The uuid of the user

offer_id*

string

The uuid of the LOC offer

{
    "document_uuid": "86235565-5276-4459-8929-a82f3ba92f24",
    "document_url": "https://storage.googleapis.com/stilt-sandbox-ci-pn/promissory_note_d5854767-788f-440d-bfcb-8248cee2dc85_2022-05-12.pdf",
    "signed": false
}

Be sure to omit `Content-Type': 'application/json' from the header of this request to avoid a 500 error

Last updated