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/access-points?page&limit&credential_uuid&credential&credential_ne&point_ne=space-uuid-456&search&space_id&space_id_ne&include_others' \
--header 'Authorization: <api-key>'
{
"msg": "Access Points retrieved successfully.",
"data": [
{
"id": "bc80a087-928f-45ee-8587-7020b3195273",
"name": "Main Entrance - Zone A",
"label": "ENT-ZA-01",
"description": "Main automated access point for staff entering Zone A. Secured with RFID scan and motion sensor.",
"source": "manual",
"linked_credentials": [
{
"id": "47c57b97-3ed3-4fcd-8842-1617d92508a2",
"credential_id": "AC-20250709-011",
"credential_name": "Security Staff Badge - Day Shift",
"assigned_to": {
"id": "5c318df3-8dbb-4902-836e-d284571bb3ac",
"first_name": "John",
"last_name": "Doe",
"mobile_phone": "+91 98765 43210",
"email": "john.doe@datacenter.io"
},
"source": "manual"
},
{
"id": "752a5eca-3944-4449-bb46-2a18b9d9d168",
"credential_id": "AC-20250709-012",
"credential_name": "Supervisor Badge - Weekday Access",
"assigned_to": {
"id": "1eb45020-7c8d-4101-aa3a-fe6969058679",
"first_name": "Yīngyíng",
"last_name": "Wáng",
"mobile_phone": "+44 7911 123456",
"email": "yingying.wang@datacenter.io"
},
"source": "imported"
},
{
"id": "ab374fbd-0c94-45d2-b5df-eb13cb66b3b0",
"credential_id": "AC-20250709-013",
"credential_name": "Technician Badge - Full Access",
"assigned_to": {
"id": "a0d43e39-1701-4865-aa0c-372cd241288b",
"first_name": "Fāṭimah",
"last_name": "حسن",
"mobile_phone": "+44 7911 654321",
"email": "fatimah.hassan@datacenter.io"
},
"source": "manual"
}
]
}
],
"meta": {
"pagination": {
"current_count": 1,
"current_page": 1,
"per_page": 10,
"total_pages": 1,
"total_items": 1
}
}
}