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/0195906b-75df-7435-9871-675ac9619e6b' \
--header 'Authorization: <api-key>'
{
"msg": "Access Point details retrieved successfully.",
"data": {
"id": "891ae2e8-102e-4ebe-9d0a-388b02e66566",
"name": "Main Data Center Gate",
"label": "ENT-DATA-01",
"description": "Primary access gate to the main data center. Monitored by CCTV and requires RFID keycard scan. Restricted to authorized engineering and IT operations personnel.",
"source": "imported",
"linked_credentials": [
{
"id": "d5a4bcfe-08d9-41e6-9189-8a59952e0c5f",
"credential_id": "AC-20250709-017",
"credential_name": "Engineer Badge - Full Access",
"assigned_to": {
"id": "27048cad-fd9c-4580-927b-70f90baf4348",
"first_name": "John",
"last_name": "Doe",
"mobile_phone": "+91 98765 43210",
"email": "john.doe@datacenter.io"
},
"source": "manual"
},
{
"id": "8d29eef3-222c-4523-b516-ea32200c4731",
"credential_id": "AC-20250709-018",
"credential_name": "Supervisor Badge - DC Entry",
"assigned_to": {
"id": "3387f1b0-379b-4d6f-bb38-49399921dd75",
"first_name": "Yīngyíng",
"last_name": "al-Fārisī",
"mobile_phone": "+91 98765 43210",
"email": "yingying.alfarisi@datacenter.io"
},
"source": "manual"
},
{
"id": "e32ac1ef-e25f-43b7-a75e-19a4fb2f4408",
"credential_id": "AC-20250709-019",
"credential_name": "Operations Admin Badge",
"assigned_to": {
"id": "5a168f4a-24db-4e66-b265-460c7f6ced96",
"first_name": "Günther",
"last_name": "Wáng",
"mobile_phone": "+91 98765 43210",
"email": "gunther.wang@datacenter.io"
},
"source": "imported"
}
]
}
}