Basic Integration Pattern
We generally recommend supporting at least 2 RESTful endpoints:
GET Customer - retrieve a single customer record using the customer's unique identifier.
GET Customers - retrieve a set of records based on a last updated timestamp.
The API reference include full documentation of each REST and Webhook endpoint.
DailyStory JavaScript API
To ensure that the DailyStory JavaScript API is available you should run any JavaScript code that relies on the API after the ds_ready event fires:
The DailyStory JavaScript API is then accessed using the object reference Ds.