Get director details
GET
https://app.speybooks.com/api/v1/directors/{id}Returns a single director by prefixed ID, with the full record.
Path parameters
idstringrequiredDirector 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
activebooleanfullNamestringidstringisShareholderbooleanshareClassstringsharesHeldintegerError codes
400Invalid director ID format.
404Director not found.