Skip to content
BleemeoBleemeo

Resend activation email

POST
/v1/auth/users/resend_activation/
curl --request POST \
--url https://example.com/v1/auth/users/resend_activation/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "email": "hello@example.com" }'
object
email
required
string format: email
Examplegenerated
{
"email": "hello@example.com"
}
Media typeapplication/json
object
email
required
string format: email
Examplegenerated
{
"email": "hello@example.com"
}