Skip to main content
GET
/
api
/
v4
/
kyt
/
checks
/
transaction
/
{id}
/
report
Download a transaction check PDF report
curl --request GET \
  --url https://api.example.com/api/v4/kyt/checks/transaction/{id}/report \
  --header 'ds-api-token: <api-key>'
{
  "message": "<string>"
}

Authorizations

ds-api-token
string
header
required

API token passed in the request header.

Path Parameters

id
string
required

Check identifier.

Query Parameters

lang
enum<string>
default:en

Report language.

Available options:
en,
es

Response

OK