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/individuals?page&limit&search=' \
--header 'Authorization: <api-key>'
{
"msg": "Retrieved item list successfully",
"data": [
{
"id": "6b6e830e-f430-404b-a0c2-997210158ad4",
"first_name": "John",
"last_name": "Schäfer",
"mobile_phone": "+628123456789",
"email": "Sigmund.Wuckert86@gmail.com",
"created_at": "2025-08-13T04:00:54.154Z",
"linked_credentials": [
{
"id": "01988896-4b48-7d68-b71a-69d93af66f1a",
"counter": 12,
"created_at": "2025-08-12T23:07:01.343Z",
"credential_id": "XYZ101",
"credential_name": "IT Room",
"individual_id": "6b6e830e-f430-404b-a0c2-997210158ad4",
"source": "manual",
"due_date": "2025-02-13",
"due_reason": "Ut in voluptate exercitation"
}
],
"end_date": "2026-04-24"
}
],
"meta": {
"pagination": {
"current_count": 1,
"current_page": 1,
"per_page": 10,
"total_pages": 1,
"total_items": 1
}
}
}