Get a contact
Retrieve a single contact (person) by its ID.
Useful to back-fill a missed contact.* webhook, reconcile your CRM, or re-fetch a person on demand. Unlike the contact webhook (which omits empty fields), every field is always present with an explicit null when unset. The country field is verbatim as entered. account_id is the raw ID of the linked account (or null).
Authorizations
Bearer authentication using your BookingShake API key. Retrieve your API key from Settings > Integrations in your BookingShake dashboard.
Path Parameters
Contact ID (the id field carried by the contact.created webhook).
Response
Contact retrieved successfully
"success"
A contact (person) attached to your venue, optionally linked to an account. Every field is present with an explicit null when unset. The country field is verbatim as entered. account_id is the raw ID of the linked account (or null). Custom fields (custom_<uuid>) configured for your venue are included, also with explicit null when unset.
