Sign in

List subscriptions

documented

List subscriptions for the merchant.

GET /v1/billing/subscriptionsSubscriptionsno 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-m.paypal.com/v1/billing/subscriptions?plan_ids={{$plan_ids}}&statuses={{$statuses}}&created_after={{$created_after}}&created_before={{$created_before}}&status_updated_before={{$status_updated_before}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"