Sign in

Migrate subscription user

documented

Migrate a user from a legacy user key to a subscription key, returning a subscribed_user_key.

POST /subscriptions/migrate.jsonSubscriptionsno 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://api.pushover.net/1/subscriptions/migrate.json" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d 'token={{PUSHOVER_API_KEY}}&user={{$user_key}}&subscription={{$subscription_code}}&device_name={{$device_name}}&sound={{$sound}}'
Migrate subscription user · Pushover · OpenIntegrations