Helllo Team,
I have used the webhook to receive the webhook events/notification, the event is shown below.
“aspect_type”: “create”,
“event_time”: 1549560669,
“object_id”: 899797,
“object_type”: “activity”,
“owner_id”: 9999999,
“subscription_id”: 999999
from the above event will take the object id and will call the below API to fetch the data
From this API I will get the data and save the required data into DB.
Problem statements goes here:
whenever event occurs from the Strava, our callback URL be triggered, suppose if our application server is down due to maintenance or any other reason, will miss the events occurred by the Strava, to fetch the missed data which API i need to use to get the data without using object id. Also need to understand the what are the API's comes under rate limit. your help much appreciated and thanks in advance.
Thanks & Regards
Prashant