Reports

Get reports for an applicant group

get
/api/v1/applicant_groups/{id}/reports

Retrieves all household and individual reports associated with a specific applicant group. Returns both household-level reports (aggregated across all applicants) and individual applicant reports.

Authorizations
AuthorizationstringRequired

JWT token obtained from the /api/v1/tenants/auth endpoint. Token expires after 30 minutes and must be refreshed.

Example: Authorization: Bearer eyJhbGciOiJIUzI1NiJ9...

Path parameters
idstring · uuidRequired

Unique identifier of the applicant group

Example: 550e8400-e29b-41d4-a716-446655440000
Responses
chevron-right
200

Reports retrieved successfully

application/json
get
/api/v1/applicant_groups/{id}/reports

Get report data

get
/api/v1/reports/{id}

Retrieves the data for a specific report. The response structure varies based on the report type (income, identity, or asset verification).

Authorizations
AuthorizationstringRequired

JWT token obtained from the /api/v1/tenants/auth endpoint. Token expires after 30 minutes and must be refreshed.

Example: Authorization: Bearer eyJhbGciOiJIUzI1NiJ9...

Path parameters
idstring · uuidRequired

Unique identifier of the report

Example: 550e8400-e29b-41d4-a716-446655440000
Responses
chevron-right
200

Report data retrieved successfully

application/json

Wrapper response containing report data that varies by report type, including PDF download URL

report_idstring · uuidRequired

Unique identifier for the report

Example: 550e8400-e29b-41d4-a716-446655440000
report_typestring · enumRequired

Type of report data contained in this response

Possible values:
applicant_group_idstring · uuidRequired

Unique identifier for the applicant group this report belongs to

Example: 550e8400-e29b-41d4-a716-446655440001
applicant_idstring · uuidOptional

Unique identifier for the individual applicant (only present for individual reports, not household reports)

Example: 550e8400-e29b-41d4-a716-446655440002
pdf_urlstring · uriRequired

Secure URL to download the PDF report (expires in 2 hours)

Example: https://s3.amazonaws.com/payscore-reports/reports/550e8400-e29b-41d4-a716-446655440000.pdf?AWSAccessKeyId=AKIA...&Expires=1640995200&Signature=...
dataone ofRequired
or
or
get
/api/v1/reports/{id}

Last updated