This documentation is still a work in progress. Please contact Support to register for early access.
curl --location --request GET 'https://api.portierx.com/api/v1/spaces//recent-activity' \
--header 'Authorization: <api-key>'
{
"msg": "Space overview retrieved successfully",
"data": [
{
"actor": "John Doe",
"action": "credential_assign",
"timestamp": "2024-01-15T10:30:00Z",
"entity": "Access Card #1234",
"category": "System"
},
{
"actor": "Jane Smith",
"action": "access_point_link",
"timestamp": "2024-01-14T14:22:00Z",
"entity": "Door Sensor #5678",
"category": "System"
}
]
}