Skip to main content
POST
Send Reset Phone OTP

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

fields
string

Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.

Body

application/json

Request RESET_PHONE OTP

phoneDdi
string
required

International dialing code

Example:

"55"

phoneIso
string
required

Phone ISO country code

Example:

"BR"

phoneNumber
string
required

Phone number without country code

Example:

"99999999999"

Response

OK

OTP response

otpId
string<uuid>
required

OTP identifier

Example:

"01961f5a-7b3c-7a6e-b9d0-4a2e8c1f3d5b"