Skip to content

Resend account activation email to the account owner

Request

Resend account activation email to the account owner

Security
basicAuth
curl -i -X POST \
  -u '<username>:<password>' \
  https://api.mailgun.net/v5/accounts/resend_activation_email

Responses

A 200 response

Bodyapplication/json
successboolean

Indicates success of request

Response
{ "success": true }