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

Authorizations

Authorization
string
header
required

JWT token (USER, AGENT, or SERVICE auth)

Body

application/json
token
string
required

Response

200 - */*

OK

message
string