Skip to main content
POST
/
auth
/
resend-verification
Resend verification email
curl --request POST \
  --url https://app.autoposting.ai/api-proxy/auth/resend-verification \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "user@example.com"
}
'
{
  "success": true,
  "data": {}
}

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Body

application/json
email
string
required

Email address to resend verification to.

Example:

"user@example.com"

Response

200 - application/json

Verification email sent.

success
boolean
required
Example:

true

data
object
required