curl --location --request GET 'https://demo.myshopify.com//admin/api//recurring_application_charges.json'
{
"recurring_application_charges": [
{
"id": 455696195,
"name": "Super Mega Plan",
"api_client_id": 755357713,
"price": "15.00",
"status": "accepted",
"return_url": "http://yourapp.example.org",
"billing_on": "2023-01-03",
"created_at": "2023-01-03T12:56:35-05:00",
"updated_at": "2023-01-03T13:06:22-05:00",
"test": null,
"activated_on": null,
"cancelled_on": null,
"trial_days": 0,
"trial_ends_on": null,
"decorated_return_url": "http://yourapp.example.org?charge_id=455696195"
}
]
}