create-webhook-subscription
Create a webhook subscription to receive POST requests when workouts are created. Your endpoint must respond with 200 OK within 5 seconds.
Instructions
Create a new webhook subscription for this account. The webhook will receive POST requests when workouts are created. Your endpoint must respond with 200 OK within 5 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The webhook URL that will receive POST requests when workouts are created | |
| authToken | No | Optional auth token that will be sent as Authorization header in webhook requests |