Check trial activation status
documentedPoll for status updates on a trial activation.
GET /PublicService.svc/Console/TrialActivationStatusPublic 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/TrialActivationStatus" \
-X POST \
-H "Authorization: Basic {{MAILUP_SECRET}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"Hash": "{{$hash}}", "Id": "{{$id}}"}'