curl --location --request GET 'https://demo.myshopify.com//admin/api//recurring_application_charges/.json'
{
"recurring_application_charge": {
"id": 455696195,
"name": "Super Mega Plan",
"api_client_id": 755357713,
"price": "15.00",
"status": "pending",
"return_url": "http://yourapp.example.org",
"billing_on": "2023-01-03",
"created_at": "2023-01-03T12:56:35-05:00",
"updated_at": "2023-01-03T12:56:35-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",
"confirmation_url": "https://jsmith.myshopify.com/admin/charges/755357713/455696195/RecurringApplicationCharge/confirm_recurring_application_charge?signature=BAh7BzoHaWRpBENfKRs6EmF1dG9fYWN0aXZhdGVU--b5f90d04779cc5242b396e4054f2e650c5dace1c"
}
}