Tapt API for OAuth applications
Schemas
ErrorResponse
messagestringA human-readable error message.
WebhookSubscription
target_urlstring · url · requiredThe URL to send webhook events to
event_typestring · enum · requiredThe event type this subscription is for
Enum values:contact.createdcontact.updated
idinteger · readOnlySubscription ID
created_atstring · date-time · readOnlyTimestamp of when the subscription was created
updated_atstring · date-time · readOnlyTimestamp of when the subscription was last updated
NewWebhookSubscription
target_urlstring · url · requiredThe URL to send webhook events to
event_typestring · enum · requiredThe event type this subscription is for
Enum values:contact.createdcontact.updated
UpdateWebhookSubscription
target_urlstring · urlThe URL to send webhook events to (optional for update)
event_typestringThe event type this subscription is for (optional for update)
Contact
idstring · readOnly · requiredContact ID
first_namestring · requiredContact's first name
last_namestring · requiredContact's last name
created_atstring · date-time · readOnly · requiredTimestamp of when the contact was created
updated_atstring · date-time · readOnly · requiredTimestamp of when the contact was last updated
emailstring | null · emailContact's email address
phone_numberstring | nullContact's phone number
job_titlestring | nullContact's job title
companystring | nullContact's company name
notestring | nullA note about the contact