Webhook

You can configure via the API to be notified about events that happen in your account. Most users configure webhooks from the dashboard, which provides a user interface for registering and testing your webhook endpoints.

  • created
    Type: stringFormat: date-time

    Time at which the object was created. Measured in seconds since the Unix epoch.

  • enabled_events
    Type: array string[]

    The list of events to enable for this endpoint.

  • id
    Type: string
    max length:  
    100

    Unique identifier for the object.

  • name
    Type: string
    max length:  
    5000

    The webhook's name.

  • secret
    Type: string
    max length:  
    5000

    The endpoint's secret, used to generate webhook signatures.

  • status
    Type: string
    max length:  
    5000

    The status of the webhook. It can be enabled or disabled.

  • url
    Type: string
    max length:  
    5000

    The URL of the webhook endpoint.