Tapt API for OAuth applications

Schemas


ErrorResponse

  • messagestring

    A human-readable error message.

WebhookSubscription

  • target_urlstring · url · required

    The URL to send webhook events to

  • event_typestring · enum · required

    The event type this subscription is for

    Enum values:
    contact.created
    contact.updated
  • idinteger · readOnly

    Subscription ID

  • created_atstring · date-time · readOnly

    Timestamp of when the subscription was created

  • updated_atstring · date-time · readOnly

    Timestamp of when the subscription was last updated

NewWebhookSubscription

  • target_urlstring · url · required

    The URL to send webhook events to

  • event_typestring · enum · required

    The event type this subscription is for

    Enum values:
    contact.created
    contact.updated

UpdateWebhookSubscription

  • target_urlstring · url

    The URL to send webhook events to (optional for update)

  • event_typestring

    The event type this subscription is for (optional for update)

Contact

  • idstring · readOnly · required

    Contact ID

  • first_namestring · required

    Contact's first name

  • last_namestring · required

    Contact's last name

  • created_atstring · date-time · readOnly · required

    Timestamp of when the contact was created

  • updated_atstring · date-time · readOnly · required

    Timestamp of when the contact was last updated

  • emailstring | null · email

    Contact's email address

  • phone_numberstring | null

    Contact's phone number

  • job_titlestring | null

    Contact's job title

  • companystring | null

    Contact's company name

  • notestring | null

    A note about the contact