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):
| Field | Description | Required | Example |
|---|---|---|---|
| msisdn | Customer's phone number (only for Spain) | No | 611223344 |
| Customer's email address | No | [email protected] |
Response (JSON):
{
"message": "Send successfully"
}Updated 8 months ago
