Skip to main content
POST
/
api
/
v4
/
email
/
otp
/
resend
Resend OTP code
curl --request POST \
  --url https://api.dataspike.io/api/v4/email/otp/resend \
  --header 'Content-Type: application/json' \
  --header 'ds-api-token: <api-key>' \
  --data '
{
  "check_id": "019d4e88-f847-7aa0-892f-bd2d85537ffe",
  "locale": "<string>"
}
'
{
  "sent": true,
  "expires_at": "2024-01-01T00:10:00Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dataspike.io/llms.txt

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

Authorizations

ds-api-token
string
header
required

Body

application/json
check_id
string
required
Example:

"019d4e88-f847-7aa0-892f-bd2d85537ffe"

locale
string | null

Response

OTP resent.

sent
boolean
expires_at
string
Example:

"2024-01-01T00:10:00Z"