Jump to Content
attentive
GuidesAPI Reference
v1.0

Log Inattentive
Guides
Log In
v1.0GuidesAPI Reference
All
Pages
Start typing to search…

Getting Started

  • Introduction to Attentive APIs
  • Partner with Attentive
  • Authentication
  • Create and Manage Custom Apps
  • Distribute Your App
  • Publish Your App
  • Attentive SSO Setup - SAML
  • API Rate Limits
  • API Testing Console

Webhooks

  • Webhooks Overview
  • Webhook Authentication
  • Create and Manage Webhooks
  • Best Practices
  • Webhook Payloads

Graphql (Beta)

  • Introduction to Attentive's GraphQL API
  • Test Authentication
    • Get Installed Application
  • Subscribers
    • Get Subscription Eligibility for a User
    • Subscribe User
    • Unsubscribe User
  • eCommerce
    • Product View
    • Product Purchase
    • Add To Cart
  • Custom Events
    • Custom Events
  • Custom Attributes
    • Custom Attributes
  • Webhooks
    • Get webhooks
    • Get a webhook
    • Create a webhook
    • Update a webhook
    • Disable a webhook

Developer Guides

  • SDKs
    • Attentive Tag SDK
    • Google Tag Manager SDK
    • GTM SDK via Attentive Analytics Template
    • Mobile SDKs
  • SFTP Solution
    • Attentive SFTP Data Feeds
    • Connect to Attentive SFTP
    • Daasity SFTP
    • Event Data Field Definitions
    • Optimove Segments
    • Subscriber Segment Upload
  • Integrations
  1. Graphql (Beta)
  2. Webhooks

Get webhooks

Get all subscription webhooks

Use this webhook query to retrieve all webhooks for an installed application. This query will only retrieve webhooks associated with the specific installed application.

Example query

query {
    viewer {
        installedApplication {
            webhooks {
                id
                url
                events
                disabledAt
            }
        }
    }
}

Updated 6 days ago


Webhooks
Get a webhook

Resources

  • Blog
  • Guides
  • Webinars
  • API License

Company

  • About us
  • Contact us
  • Careers
© 2026 Attentive, a product of Attentive Mobile, Inc.