Skip to main content
PATCH
/
v1
/
request
/
resend
/
{requestId}
Resend OTP
curl --request PATCH \
  --url https://api.example.com/v1/request/resend/{requestId}
true

Path Parameters

requestId
string
required

Unique identifier of the request.

Example:

"507f1f77bcf86cd799439011"

Query Parameters

contact
string

Contact value (email or phone)

Example:

"user@example.com"

did
string

Public Decentralized Identifier (DID) of the user

Example:

"did:via:humanos:user-abc123"

internalId
string

Identifier to help you identify the user in your own system. We recommend using a unique value.

Example:

"internal-12345"

Response

200 - application/json

Returns true for a confirmation that the OTP was sent successfully via email or SMS.

The response is of type boolean.