v34

latestOpenAPI 3.1.0raw.githubusercontent.com2025-05-1961327.8 KB
OTP

Send feedback

Send feedback about the authentication process.

post/authentication/feedback

Request body

customer_uuidstring uuid required

Your customer UUID, which can be found in the API settings in the dashboard.

phone_numberstring phone_number required

An E.164 formatted phone number.

status'onboarded' | 'not_onboarded' required

The type of the feedback.

Example request

{
  "phone_number": "+1234567890",
  "status": "onboarded"
}

Response

OK

uuidstring

The UUID of the feedback.

Example response

{
  "uuid": "123e4567-e89b-12d3-a456-4266141740a0"
}