Skip to main content
POST
/
v1
/
ui
/
provider
/
auth
/
logins
/
resends
Resend a login code (rate-limited)
curl --request POST \
  --url https://api.example.com/v1/ui/provider/auth/logins/resends \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "message": "<string>"
}

Body

application/json
email
string<email>
required

Response

Login code resent

message
string