Retrieve an onboarding by ID. Includes the created entity ID, customer ID, and KYB status.
API key issued at onboarding. Passed as a Bearer token in the Authorization header: Authorization: Bearer <api-key>. Identifies the caller and determines organization scope. Invalid or revoked keys return 401 with error type authentication_error.
Ed25519 or RSA-SHA256 asymmetric signature over the request payload (ADR-0015). Provides request integrity and non-repudiation. The signature covers the HTTP method, path, query string, request body, and timestamp. Invalid signatures return 401 with error type authentication_error.
Unix timestamp (seconds) of when the request was signed. Server rejects requests where the timestamp drifts beyond +/-60 seconds from server time to prevent replay attacks. Must match the timestamp used in the signature computation.
Unique identifier of the onboarding (onb_ prefix). Onboarding resource identifier.
^onb_[A-Za-z0-9]+$"onb_01953e1a5f4b7800"
Onboarding details.
Orchestrated onboarding result. Wraps the entity, customer, and relationship creation into a single trackable resource. The onboarding progresses through pending → processing → completed (or failed).
Onboarding resource identifier.
^onb_[A-Za-z0-9]+$"onb_01953e1a5f4b7800"
Status of an orchestrated onboarding request.
pending, processing, completed, failed Entity resource identifier.
^ent_[A-Za-z0-9]+$"ent_01953e1a5f4b7100"
Customer resource identifier.
^cus_[A-Za-z0-9]+$"cus_01953e1a5f4b7000"
UTC timestamp in RFC 3339 / ISO 8601 format.
"2026-02-23T12:00:00Z"
IDs of entity relationships created during onboarding (beneficial owners, directors, etc.).
Entity relationship resource identifier.
^erel_[A-Za-z0-9]+$Know Your Business verification status.
not_started, pending, approved, rejected, requires_info UTC timestamp in RFC 3339 / ISO 8601 format.
"2026-02-23T12:00:00Z"