Get contact details
GET
https://app.speybooks.com/api/v1/contacts/{id}Retrieves a single contact by prefixed ID, including all fields: identity, address, banking details, defaults, metadata, and timestamps.
Path parameters
id string requiredContact ID (e.g. cont_3). Must use the contact prefix.
Response
200 Returns full contact details including address, bank details, metadata, and payment terms.
Show response fields
contactType stringcreatedAt string date-timecurrency stringemail stringid stringisActive booleanmetadata objectname stringpaymentTerms integerupdatedAt string date-timeError codes
400 Invalid contact ID format.
404 Contact not found.