This documentation is still a work in progress. Please contact Support to register for early access.
curl --location --request PUT 'https://api.portierx.com/api/v1/individuals/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "Tōru",
"last_name": "Wáng",
"mobile_phone": "+628123456789",
"email": "Easter49@hotmail.com"
}'
{
"msg": "veniam exercitation",
"data": {
"id": "7d4e2ccd-3805-4ad7-93f6-10869985127c",
"first_name": "John",
"last_name": "Wáng",
"mobile_phone": "+4915112345678",
"email": "Janie12@hotmail.com"
}
}