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&locking_system_id&locking_type=0&status=0&is_missing_space&sort_field&sort_order' \
--header 'Authorization: <api-key>'{
"msg": "Access Points retrieved successfully.",
"data": [
{
"id": "019a5445-ae8b-7a5b-bf91-7277c999b959",
"point_name": "AP2002",
"label": "Toilet 1",
"sort_order": null,
"outside_a": null,
"inside_b": null,
"colouring": null,
"area": null,
"department": null,
"source": "manual",
"space": {
"id": "019a5444-5108-7c32-b015-4b693d12a502",
"name": "Reading Room"
},
"locking_system": {
"id": "019a524a-1c51-7cb3-b033-d634ea6a6000",
"name": "manual1",
"type": "electronic",
"manufacture": "manual"
},
"linked_credentials": [
{
"id": "019a5444-8c3b-7cce-833d-a619017ec798",
"created_at": "2025-11-05T13:46:09Z",
"credential_id": "C3",
"credential_name": "Toilet 1",
"source": "manual"
}
],
"location": {
"id": "019a524a-1c51-7cb3-b033-d634ea6a7166",
"name": "Kota Malang"
},
"created_at": "2025-11-05T13:47:24Z"
},
{
"id": "019a5445-3bfd-75e8-9bd5-88bb43b9bbe2",
"point_name": "AP2001",
"label": "Toilet 1",
"sort_order": null,
"outside_a": null,
"inside_b": null,
"colouring": null,
"area": null,
"department": null,
"source": "manual",
"space": {
"id": "019a5444-5108-7c32-b015-4b693d12a502",
"name": "Waiting Area"
},
"locking_system": {
"id": "019a524a-1c51-7cb3-b033-d634ea6a7000",
"name": "salto1",
"type": "electronic",
"manufacture": "salto"
},
"linked_credentials": [
{
"id": "019a5444-8c3b-7cce-833d-a619017ec798",
"created_at": "2025-11-05T13:46:09Z",
"credential_id": "C3",
"credential_name": "Toilet 1",
"source": "manual"
}
],
"location": {
"id": "019a524a-1c51-7cb3-b033-d634ea6a7166",
"name": "Kota Malang"
},
"created_at": "2025-11-05T13:46:54Z",
}
],
"meta": {
"pagination": {
"current_count": 1,
"current_page": 1,
"per_page": 10,
"total_pages": 1,
"total_items": 1
}
}
}