update_webhook_subscription
Modify an existing Oura webhook subscription to change its callback URL, event type, data type, or verification token. Requires OURA_CLIENT_ID and OURA_CLIENT_SECRET.
Instructions
Update an existing webhook subscription. Requires OURA_CLIENT_ID and OURA_CLIENT_SECRET environment variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The webhook subscription ID | |
| data_type | No | ||
| event_type | No | ||
| callback_url | No | ||
| verification_token | No |