MyFitnessPal · AsyncAPI Specification
MyFitnessPal Subscription Notifications
Version v2
Webhook notifications delivered by MyFitnessPal to partner applications when a subscribed user's data changes. A single POST may batch notifications about multiple items belonging to multiple users (up to thousands of items). Partners should acknowledge quickly (202 Accepted) and process asynchronously. Subscriptions are managed via the /v2/subscription resource and require the `subscriptions` OAuth scope.
View Spec
View on GitHub
CompanyConsumerHealth and FitnessNutritionFitness TrackingFood DiaryWellnessWebhooksOAuthAsyncAPIWebhooksEvents
Channels
notifications
The partner callback endpoint receiving batched data-change notifications.
Messages
DataChangeNotification
Data-change notification batch
An array of item notifications, each identifying a changed resource and its owning user.
Servers
https
partner-callback
Partner-hosted HTTPS endpoint registered via POST /v2/subscription that receives notifications.