v1

latestOpenAPI 3.1.02026-07-2496304466.3 KB
Documents

Submit Document

Submit a document for either a person or a business. This endpoint returns a presigned upload URL that can be used to upload the document file.

The request must specify either a person document or a business document based on the type field. The response will contain a presigned upload_location URL that expires after a certain time.

post/submit_document

Headers

LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required

Request body

OR

Example request

{
  "person": "pers_0453deb1c90448c99f24adaa833cfda9"
}

Response

Successful Response

OR

Example response

{
  "person": "pers_0453deb1c90448c99f24adaa833cfda9"
}