Activate trial account
documentedSubmit a trial-activation request to MailUp.
POST /PublicService.svc/Console/TrialActivationPublic APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://services.mailup.com/API/v1.1/Rest/PublicService.svc/Console/TrialActivation" \
-X POST \
-H "Authorization: Basic {{MAILUP_CLIENT_CREDENTIALS_BASE64}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"Company":"{{$company}}","Email":"{{$email}}","IpAddress":"{{$ipaddress}}","IsUSA":{{$isUSA}},"Language":"{{$language}}","NameAndSurname":"{{$nameAndSurname}}","PhoneNumber":"{{$phoneNumber}}","Referer":"{{$referer}}","RegisterToNewsletter":{{$registerToNewsletter}},"UserAgent":"{{$userAgent}}"}'