WebhookEndpoint

  • created_at
    Type: string Format: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • event_types
    Type: array string[] · EventType[]enum
    required
    • Type: string · EventTypeenum

      Event types visible to the partner (feed and webhooks).

      values
      • partner_session.created
      • partner_session.opened
      • partner_session.completed
      • partner_session.expired
      • church.created
  • id
    Type: string
    required
  • status
    Type: string enum
    required
    values
    • active
    • deleted
  • url
    Type: string Format: uri
    required
  • secret
    Type: string

    Signing secret (whsec_...) — present only in the creating 201 response. Store it; it cannot be retrieved again.