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/dashboard/stats' \
--header 'Authorization: <api-key>'
{
"msg": "string",
"data": {
"access_credentials_count": 0,
"access_points_count": 0,
"individuals_count": 0
}
}