Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Body

application/json
subject_id
string
country
string
doc_id
string
subject_type
enum<string>
Available options:
person,
company
purpose
enum<string>
Available options:
credit_evaluation,
tenant_screening,
hiring,
supplier_onboarding,
other
status
enum<string>
Available options:
granted
previous_status
string
holder_name
string
granted_at
string<date-time>

Response

200

Return any 2xx to acknowledge the delivery.

Last modified on August 22, 2026