Get contact details

GEThttps://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

idstringrequired
Contact ID (e.g. cont_3). Must use the contact prefix.

Response

200Returns full contact details including address, bank details, metadata, and payment terms.
Show response fields
contactTypestring
createdAtstringdate-time
currencystring
emailstring
idstring
isActiveboolean
metadataobject
namestring
paymentTermsinteger
updatedAtstringdate-time

Error codes

400Invalid contact ID format.
404Contact not found.