Activate trial account (public USB)
documentedSubmit a request to activate a MailUp trial account.
GET /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" \
# Source: MailUp API documentation for account provisioning (TrialActivation) endpoint: https://services.mailup.com/API/v1.1/Rest/PublicService.svc/Console/TrialActivation \
-X POST \
-H "Authorization: Basic {{MAILUP_SECRET}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"Company":"{{$company}}","Email":"{{$email}}","IpAddress":"{{$ip_address}}","IsUSA":{{$is_usa}},"Language":"{{$language}}","NameAndSurname":"{{$name_and_surname}}","PhoneNumber":"{{$phone_number}}","Referer":"{{$referer}}","RegisterToNewsletter":{{$register_to_newsletter}},"UserAgent":"{{$user_agent}}"}'