Webhook Subscriptions
Pass the access token in the Authorization header:
Authorization: Bearer YOUR_ACCESS_TOKEN
The URL that will receive webhook POST requests
https://your-app.com/webhooks/movemintWebhook subscription created
A webhook subscription that receives event notifications via HTTP POST.
Unique identifier
The URL that receives webhook POST requests
https://your-app.com/webhooks/movemintHMAC-SHA256 signing secret. Use this to verify the X-Signature
header on incoming webhook deliveries. This value is only
returned when the subscription is first created. Always present in create response.
a1b2c3d4e5f6...The UID of the OAuth application this subscription belongs to
ID of the athlete who created the subscription
Creation timestamp
Last update timestamp
Unauthorized - invalid or missing token
OAuth application not found
Validation error (e.g., duplicate URL)
Pass the access token in the Authorization header:
Authorization: Bearer YOUR_ACCESS_TOKEN
The ID of the webhook subscription to delete
42Webhook subscription deleted successfully
No content
Unauthorized - invalid or missing token
Forbidden - subscription does not belong to your application
Webhook subscription not found
No content
Last updated