This documentation is still a work in progress. Please contact Support to register for early access.
curl --location 'https://api.portierx.com/api/v1/individuals' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "Yīngyíng",
"last_name": "Wáng",
"mobile_phone": "+14155552671",
"email": "Sigrid.Windler-Wolff86@gmail.com"
}'{
"msg": "Item created successfully",
"data": {
"id": "019dce4b-5cbf-77c4-8fe2-53838d0ca4e8",
"created_at": "2026-04-27T09:35:38Z",
"first_name": "فاطمة",
"last_name": null,
"email": "Sigrid.Windler-Wolff863@gmail.com",
"mobile_phone": null,
"end_date": null,
"user_id": null,
"application_id": null,
"linked_credentials": null
}
}