Reports

Create reports for audit and safe-keeping purposes

A report object embeds a PDF file extract for a given client or check. The report represents a snapshot instance of the client or check at the time of generation.

The API allows you to create a report.

The Report object

Attribute

Type

Description

contentType

string

The content-type of the file. This will always be set to application/pdf.

data

string

The BASE64 encoded file data.

Last updated