API reference
V2Resource Events

Get resource event

Returns a single resource event.

GET
/api/v2/history/{id}

Returns a single resource event.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

id*string

Id

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/history/string"
{  "status": "ok",  "data": {}}