2026-05-04
20 days ago by Márton Dobos
Introduces channel-routed precheck (starting with RCS) plus optional callbackUrl webhooks, and deprecates the legacy/v1/precheck endpoint.
Added
POST /v1/precheck/rcs— channel-routed precheck submission endpoint. The request body is flat: transport fields (country,countryOfRegistration,analysisSteps, optionalexternalProjectId, optionalcallbackUrl) sit alongside schema-driven fields (legalName,brandPocEmail, …) at the body root. Required fields are determined at request time from the combination ofcountry,countryOfRegistration, andanalysisSteps.callbackUrl— optional HTTPS webhook field on all channel endpoints. When provided, the analysis result is POSTed to the URL on completion.
Deprecated
POST /v1/precheck— superseded by the channel-routed endpoints above. Existing integrations continue to work unchanged.