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-credentials?page&limit&credential_uuid&individual&individual_ne&point&point_ne&search&assignment_status=&space_ids' \
--header 'Authorization: <api-key>'
{
"msg": "Successfully retrieved access credentials",
"data": [
{
"id": "ae4f67ff-ab6e-4013-af65-ee1727f0212a",
"credential_id": "C7252",
"credential_name": "Main Entrance Keycard",
"assigned_to": {
"id": "6ba33a2c-a148-4327-8f3b-2346a5501917",
"first_name": "Sarah",
"last_name": "Johnson",
"mobile_phone": "+447911123456",
"email": "s.johnson@acmecorp.com"
},
"linked_to": [
{
"id": "7214f996-1c54-4fc8-83f3-4012d36949aa",
"name": "Main Entrance"
},
{
"id": "a0a25f25-dbde-4cb2-8f80-a1d3045df5e1",
"name": "Lobby Door"
},
{
"id": "a36fcfcc-22c0-401c-9aed-682686516e8d",
"name": "Elevator Zone A"
}
],
"source": "manual",
"counter": 0,
"created_at": "2025-08-12T05:38:04.351Z",
"status_assignment": "available",
"time_assignment": "2025-08-11T20:16:31.480Z",
"due_date": "2026-01-18",
"due_reason": "dolore ex"
},
{
"id": "ad598842-3d5f-4646-9a4e-2b6a17af5f0f",
"credential_id": "C5662",
"credential_name": "Server Room Pass",
"assigned_to": {
"id": "2c0a07bc-d566-430c-8f92-056750577547",
"first_name": "Daniel",
"last_name": "Schmidt",
"mobile_phone": "+4915112345678",
"email": "daniel.schmidt@itops.com"
},
"linked_to": [
{
"id": "7f18f177-e811-421f-ad8f-dc7c400726c2",
"name": "Server Room"
},
{
"id": "56baeb3e-2dc2-4f5b-87af-b5f0fa2bfd6a",
"name": "Tech Room B"
}
],
"source": "imported",
"counter": 2,
"created_at": "2025-08-11T13:19:37.408Z",
"status_assignment": "available",
"time_assignment": "2025-08-11T20:22:29.955Z",
"due_date": "2024-11-18",
"due_reason": "elit"
}
],
"meta": {
"pagination": {
"current_count": 3,
"current_page": 1,
"per_page": 10,
"total_pages": 1,
"total_items": 3
}
}
}