Get History
The history endpoint return a user’s event history.
Headers
Authorization
OAuth authentication of the form <token>.
Query parameters
events
The type of events to filter on.
from
An ISO 8601 encoded date string indicating the starting time period for the events. In the format YYYY-MM-DD
to
An ISO 8601 encoded date string indicating the ending time period for the events. In the format YYYY-MM-DD
size
Size to limit number of events returned
token
Pagination token to retrieve the next page of results
Response
OK
size
next_token
events
Errors
400
Bad Request
401
Unauthorized
404
Not Found
429
Rate Limit Exceeded
500
Internal Server Error