Skip to main content
POST
/
workflows
/
{workflowId}
/
email-otp
Send Workflow Email OTP
curl --request POST \
  --url https://api.urtentic.com/api/v1/workflows/{workflowId}/email-otp \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "[email protected]"
}
'

Path Parameters

workflowId
string<uuid>
required

Unique identifier of the workflow

Body

application/json

Request body containing the email address to send the OTP to.

key
string
required

The email address or identifier to send the OTP to. This should be the user's email address that will receive the verification code.

Response

204

OTP email sent successfully. No content is returned in the response body.