cURL
curl --request GET \ --url https://app.oneform.one/api/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "webhooks": [ { "id": "webhook_123", "name": "My Webhook", "form_id": "form_123", "url": "https://example.com/webhook", "signing_secret": "secret_key", "enabled": true, "subscriber": "n8n", "created_at": "2024-01-01T12:00:00Z", "updated_at": "2024-01-02T12:00:00Z" } ], "page": 1, "limit": 50, "total": 10, "has_next": false }
Enter your API key
Filter webhooks by form ID
Page number (default: 1)
x >= 1
Items per page (default: 50)
1 <= x <= 500
successful
Array of webhook objects
Show child attributes
Current page number
1
Number of items per page
50
Total number of webhooks
10
Whether there are more pages available
false