List webhook endpoints
Returns outbound webhook subscriptions for the current store. Each
endpoint receives a signed POST when any subscribed event fires.
secret_key is null on list reads — the plaintext is delivered
exactly once on create.
Required scope: read_settings (for API-key authentication).
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Headers
Bearer token for admin authentication
Query Parameters
Page number
Number of records per page
Filter by name (contains)
Filter by URL (contains)
Sort by field. Prefix with - for descending (e.g., -created_at).
Comma-separated list of fields to include. id is always included.
Response
webhook endpoints found

