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/spaces//active-assignments' \
--header 'Authorization: <api-key>'
{
"msg": "Space overview retrieved successfully",
"data": [
{
"id": "lSRE728PUsotMXIzcy24S",
"credential_id": "proident cupidatat",
"credential_name": "Mr. Carroll Ratke",
"due_date": "2025-03-20",
"assigned_to": {
"id": "QTRGuTAxNT0BTGkjcqz4M",
"first_name": "Patience",
"last_name": "Murray",
"email": "Carmela24@yahoo.com",
"mobile_phone": "(904) 852-3798",
"created_at": "2025-10-06T00:22:17.386Z",
"end_date": "2026-06-19"
}
}
]
}