post
https://ext-api.myzone.org/v1/webhooks
Register a webhook subscription. Requires the write:webhooks scope and the event's data scope (read:moves for workout.completed).
Idempotent: registering the same event + url again returns the existing webhook rather than creating a duplicate, and re-activates it if it had been disabled.
Required Scope: write:webhooks
And the scope associated with the event you are subscribing to:
- workout.completed:
read:moves
