2026-05-04

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, optional externalProjectId, optional callbackUrl) sit alongside schema-driven fields (legalName, brandPocEmail, …) at the body root. Required fields are determined at request time from the combination of country, countryOfRegistration, and analysisSteps.
  • 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.