claim_document.accepted

Occurs when a claim document passes validation and is accepted.

Payload

A document uploaded as evidence for a claim.

const
enum
required

The type of event that occurred.

Allowed:
uuid
required

Unique identifier for the document, in UUID format

date-time
required

When the document was created

date-time
required

When the document was last updated

string | null
required

Identifier of the document requirement this document satisfies. Null for supplemental documents not tied to a specific requirement

string
required

Name provided when the upload intent was created

string
enum
required

Current validation status of the document

Allowed:
string | null
enum
required

Reason the document failed validation. Null unless status is REJECTED

Allowed:
string | null
required

Presigned URL for uploading the file via HTTP PUT. Null after the upload window expires or after the document has been validated

date-time | null
required

When the upload URL expires

upload_constraints
required

Constraints the uploaded file must satisfy

string | null
required

Presigned URL for downloading the uploaded document. Available once the document is being validated or has been accepted (VALIDATING or ACCEPTED)

date-time | null
required

When the download URL expires

Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…