Thanks. My request is now
GET /helix/webhooks/subscriptions HTTP/1.1
Host: api.twitch.tv
Authorization: Bearer [XXX]
Cache-Control: no-cache
and response is
{
"error": "Unauthorized",
"status": 401,
"message": "Must provide a valid Client-ID or OAuth token"
}