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

Documentation Index

Fetch the complete documentation index at: https://humanos.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Idempotency-Key
string

Optional key used to safely retry the same create/initiate request without duplicating side effects.

Example:

"a96d14c5-8e60-4f6b-9d80-5c18c0e4202a"

API-Version
string

Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today's date.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-03-03"

Path Parameters

requestId
string
required

Unique identifier of the request.

Example:

"507f1f77bcf86cd799439011"

Query Parameters

contact
string

Verified contact value (email or phone)

id
string

Users VIA identifier

Example:

"did:web:humanos.tech:user:013a0628-fd20-4f73-a7d0-785e9f6e79c1"

internalId
string

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

Example:

"internal-12345"

Response

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

success
boolean
required

Whether the operation was successful

Example:

true