Get director details

GEThttps://app.speybooks.com/api/v1/directors/{id}

Returns a single director by prefixed ID, with the full record.

Path parameters

idstringrequired
Director ID (e.g. dir_1). Must use the director prefix.

Response

200Returns full director details including shareholding, appointment dates, and connected person relationships.
Show response fields
activeboolean
fullNamestring
idstring
isShareholderboolean
shareClassstring
sharesHeldinteger

Error codes

400Invalid director ID format.
404Director not found.