Skip to main content
POST
/
v1
/
users
/
{user_id}
/
reports
Create an Income and Employment Report
curl --request POST \
  --url https://api.example.com/v1/users/{user_id}/reports/

Endpoint Overview

Creates a verification report for a user showing income and employment details.

Authentication

This endpoint requires API credentials:
  • ClientID (Header)
  • AccessKey (Header)

Path Parameters

user_id
string
required
The unique Transcrypts identifier for the user.

Response

Upon successful report creation, the API returns HTTP 201 status with report details.

Response Status Codes

Status CodeDescription
201Report created successfully
400Bad request (incorrect parameters)
401Unauthorized (authentication failed)
403Forbidden (insufficient permissions)