v7

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0462198511.0 KB
legal-documents

List legal documents

Retrieve all available legal documents, optionally filtered by document type.

get/legal-documents

Query parameters

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'

Return legal documents of the given type.

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"
    }
  }
]