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//otp/send' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{"purpose": "send_otp"}'{
"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"
}
}