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 required
Dividend 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 integer
id string
status string

Error codes

400 Invalid dividend ID format.
404 Dividend not found.