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//overview' \
--header 'Authorization: <api-key>'
{
"msg": "Retrieved item successfully",
"data": {
"total_credentials": 0,
"overdue_count": 0,
"expiring_soon_count": 0,
"total_individuals_count": 0,
"total_access_points_count": 0
}
}