V2Resource Events
List resource events
Returns a paginated list of resource events.
Returns a paginated list of resource events.
Authorization
access_token Authorization<token>
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v2/history"{ "status": "ok", "data": { "pagination": { "total_pages": 0, "current_page": 0 }, "list": [ {} ] }}