This documentation is still a work in progress. Please contact Support to register for early access.
curl --location --request POST '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": "proident nisi sit",
"data": {
"id": "cec23c95-86ca-4266-beb9-d68e3b0ef794",
"first_name": "Günther",
"last_name": "Wáng",
"mobile_phone": "+447911123456",
"email": "Anabel_Pfeffer56@gmail.com"
}
}