v6

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0161197504.7 KB
legal-documents

Retrieve a legal document

Retrieve a legal document by ID.

get/legal-documents/{legal_document_id}

Path parameters

legal_document_idstring required

The ID of the legal document to retrieve.

The ID of the legal document to retrieve.

Response

OK

created_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was created.

document_type'investment_services_agreement' | 'risk_disclosures' | 'conflicts_of_interest_policy' | 'complaints_handling_policy' | 'client_assets_safeguarding_policy' | 'investor_compensation_fund_policy' | 'order_execution_policy' | 'costs_and_charges' | 'pccpc_prospectus' | 'pccpc_special_regulations' | 'pccpc_acceptance_declaration' required
idstring required

Unique resource identifier.

modified_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was last modified.

namestring required

Legal document name.

Example response

{
  "latest_version": {
    "effective_at": "2026-07-14T09:30:00Z"
  }
}