GuidesAPI ReferenceChangelog
Changelog

v.2.1.109

Submit external KYC

The endpoint standardises identity verification and compliance processes, combining automated Live ID verification (IDV) and manual review workflows

Endpoint: POST /rest/v2/screenings/kyc/external

Token scopes: worker:write

API Reference: Submit external KYC

Example:

curl --location 'https://api.letsdeel.com/rest/v2/screenings/kyc/external' \
--header 'Authorization: {{PUBLIC_API_TOKEN}}' \
--form 'first_name="John"' \
--form 'last_name="Doe"' \
--form 'date_of_birth="1985-11-23"' \
--form 'screening_type="manual"' \
--form 'screening_status="approved"' \
--form 'front=@"/dock.jpg"' \
--form 'selfie_with_id=@"/dock2.jpg"' \
--form 'kyc_document[type]="DRIVING_LICENSE"' \
--form 'kyc_document[id_number]="X12345678"' \
--form 'kyc_document[issuance_date]="2025-06-01"' \
--form 'kyc_document[expiration_date]="2045-06-01"' \
--form 'kyc_document[issuance_country]="US"' \
--form 'back=@"/2.png"'


Updated: time-off policies

API Reference: List Policies

Extended List policies API to expose more policy fields:

  • policy allowance settings data
  • policy proration rules
  • notice period
  • auto approval rules for when workers are granted the right to start to request time off (probation period)