cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#STRIPE_GET_SUBSCRIPTIONS' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "STRIPE_GET_SUBSCRIPTIONS", "parameters": { "customerIdGetSubscriptions": "<string>", "subscriptionStatus": "incomplete", "limitGetSubscriptions": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Customer ID : The ID of the Customer whose Subscriptions to list.
Status (example: "Select a Status")
incomplete
incomplete_expired
trialing
active
past_due
canceled
unpaid
Limit : Limit the maximum number of subscriptions to return. Defaults to 10 if left blank.
Success
Was this page helpful?