Download Order Payload
Retrieve the order result as either a structured JSON payload or a PDF document. The JSON schema shown is the Enhanced Profile (the Company V2 company payload). Other products (e.g. Beneficial Ownership) return their own payload β documented in that productβs reference β identified by an optional _payloadType field. π§ Structured payloads for products other than Enhanced Profile are in preview and not yet available in production.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Response format. json returns a typed payload identified by _payloadType; pdf returns a binary document.
json, pdf Response
OK
The structured payload for the ordered product. The exact schema depends on the product: an Enhanced Profile order returns the EnhancedProfile schema (see GET Enhanced Profile); a Beneficial Ownership order returns the BOProfile schema (see the Beneficial Ownership reference). Dispatch on the optional _payloadType field when present.
Optional discriminator identifying the product payload (e.g. EnhancedProfile_v2, BOProfile_v2).