reporting
Get all active subscriptions
get/subscriptions/active
Query parameters
expiration_datestring required
calendar date in format YYYY-MM-DD
Example:2020-05-02
subscription_type'single' | 'weekly' | 'monthly' required
Response
successful operation
Example response
[
{
"expiration_date": "2019-01-02",
"name": "three-day",
"report_date": "2019-01-05",
"start_date": "2019-01-02"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.