curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getSubscriptionDate
{
"active_subsciption": true,
"cc_brand": "<string>",
"cc_last4": "<string>",
"emailUpload": "<string>",
"expirationDate": "2023-11-07T05:31:56Z",
"invited_user": "<string>",
"organization": "<string>",
"orginizationID": "<string>",
"registerType": 123,
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"subscription_plan": "<string>",
"subscriptionType": 123,
"xero_billing": true
}
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getSubscriptionDate
{
"active_subsciption": true,
"cc_brand": "<string>",
"cc_last4": "<string>",
"emailUpload": "<string>",
"expirationDate": "2023-11-07T05:31:56Z",
"invited_user": "<string>",
"organization": "<string>",
"orginizationID": "<string>",
"registerType": 123,
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"subscription_plan": "<string>",
"subscriptionType": 123,
"xero_billing": true
}
Success