Get dividend details
GET
https://app.speybooks.com/api/v1/dividends/{id}Retrieves full details of a single dividend including journal references.
Path parameters
id string requiredDividend ID (e.g. div_1). Must use the dividend prefix.
Response
200 Full dividend details including voucher number, payment method, status, and linked transaction.
Show response fields
amountPence integerid stringstatus stringError codes
400 Invalid dividend ID format.
404 Dividend not found.