Get user usage history
user
Get user usage history
Retrieve historical usage data for the authenticated user.
GET
Get user usage history
Authorizations
Use a Bearer token for authentication. Submit the token using the Authorization
header: Authorization: Bearer <token>.
Query Parameters
Return records on or after this timestamp.
Example:
"2021-01-01T00:00:00.000Z"
Return records before this timestamp.
Example:
"2021-12-31T23:59:59.999Z"
Maximum number of results to return.
Required range:
1 <= x <= 100