Skip to main content
GET
List a verification's documents

Authorizations

Authorization
string
header
required

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

Path Parameters

verification_id
string<uuid>
required

Response

Metadata for every document the user uploaded.

document_id
string<uuid>
required
tag
string
required

Which step or slot the user uploaded this document against

kind
enum<string>
required

Whether an uploaded file is a document or an image.

Available options:
document,
image
filename
string
required
content_type
string | null
required
size_bytes
integer | null
required
uploaded_at
string<date-time> | null
required