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 required
Contact 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 string
createdAt string date-time
currency string
email string
id string
isActive boolean
metadata object
name string
paymentTerms integer
updatedAt string date-time

Error codes

400 Invalid contact ID format.
404 Contact not found.