Form Submission

Send the user's contact details (SMS or email) to deliver the PWCS URL and perform the identification operation.

/form/data/{auth_uuid}


Endpoint:

POST {url}/form/data/{auth_uuid}

Headers:

Content-Type: multipart/form-data

Parameters (form-data):

FieldDescriptionRequiredExample
msisdnCustomer's phone number (only for Spain)No611223344
emailCustomer's email addressNo[email protected]

Response (JSON):

{
    "message": "Send successfully"
}