For an account object (user)- the https://developer.nylas.com/docs/api/v2/#get/a/client_id/accounts endpoint will return all the accounts created / deleted in the last 60 days.
For any other object (such as events, messages ...), it is down to the developer to record all the changes as represented by an incoming webhook for the object.
Best practice:
As a developer ensure that you track the last 7 updates to an object.
- When you receive a .updated webhook GET the object and record the response
Nylas does not store these changes.
Resources
Can you help us find which objects were deleted?
Updated
Comments
0 comments
Please sign in to leave a comment.