Skip to main content
POST
/
tenant-auth
/
v1
/
resend-verification
Resend verification email
curl --request POST \
  --url https://api.swarmd.ai/tenant-auth/v1/resend-verification \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token (USER, AGENT, or SERVICE auth)

Body

application/json
email
string
required

Response

200 - */*

OK

message
string