cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/subscription_details/summary \ --header 'Authorization: Bearer <token>'
{ "total": 123, "byStatus": [ { "status_id": 123, "subscription_status_name": "<string>", "count": 123 } ], "byPlan": [ { "plan_id": 123, "plan_name": "<string>", "count": 123 } ] }
Get aggregated summary of subscriptions by status
Bearer token authentication
Filter by client ID
Filter from date (ISO 8601)
Filter to date (ISO 8601)
Subscription summary
Show child attributes