POST
/
authentication
/
feedback

The Feedback API allows you to notify Prelude asynchronously when a user is considered a real and legitimate user according to your own criteria. This information is then used to train Prelude’s anti-fraud system to be more accurate.

Authorizations

x-api-key
string
headerrequired

Body

application/json
customer_uuid
string
required

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

phone_number
string
required

An E.164 formatted phone number.

status
enum<string>
required

The type of the feedback.

Available options:
onboarded,
not_onboarded

Response

200 - application/json
uuid
string

The UUID of the feedback.