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/reserved?page&limit&individual&assignment_status=&search' \
--header 'Authorization: <api-key>'{
"msg": "Successfully retrieved access credentials",
"data": [
{
"id": "ae4f67ff-ab6e-4013-af65-ee1727f0212a",
"document_id": "001/12/25",
"assigned_to": {
"id": "6ba33a2c-a148-4327-8f3b-2346a5501917",
"first_name": "Sarah",
"last_name": "Johnson",
"mobile_phone": "+447911123456",
"email": "s.johnson@acmecorp.com"
},
"credentials": [
{
"id": "7214f996-1c54-4fc8-83f3-4012d36949aa",
"name": "Main Entrance",
"credential_id": "C100",
"counter": 0
},
{
"id": "a0a25f25-dbde-4cb2-8f80-a1d3045df5e1",
"name": "Lobby Door",
"credential_id": "C200",
"counter": 0
},
{
"id": "a36fcfcc-22c0-401c-9aed-682686516e8d",
"name": "Elevator Zone A",
"credential_id": "C300",
"counter": 0
}
],
"last_confirmation": {
"type": "digital",
"context": [
{
"type": "email",
"destination": "s.johnson@acmecorp.com"
}
]
},
"created_at": "2025-08-12T05:38:04.351Z",
"status_assignment": "pending",
"time_assignment": "2025-08-11T20:16:31.480Z",
"expiry_date": "2026-01-18",
"expiry_reason": "dolore ex"
}
],
"meta": {
"pagination": {
"current_count": 3,
"current_page": 1,
"per_page": 10,
"total_pages": 1,
"total_items": 3
}
}
}