Sign in

Check trial activation status

documented

Poll for status updates on a trial activation.

GET /PublicService.svc/Console/TrialActivationStatusPublic APIno implementation yet0 runs
No 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/TrialActivationStatus" \
  -X POST \
  -H "Authorization: Basic {{MAILUP_BASIC_AUTH}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"Hash": "{{$hash}}", "Id": "{{$activation_id}}"}'