Get History

The history endpoint return a user's event history.

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Query parameters

eventsstringOptional
The type of events to filter on.
fromdateOptional

An ISO 8601 encoded date string indicating the starting time period for the events. In the format YYYY-MM-DD

todateOptional

An ISO 8601 encoded date string indicating the ending time period for the events. In the format YYYY-MM-DD

sizeintegerOptional
Size to limit number of events returned
tokenstringOptional
Pagination token to retrieve the next page of results

Response

OK
sizeinteger
next_tokenstring
eventslist of objects

Errors