Get subscription
Fetch subscription information for the current ClickGUARD account
Available on:
GET /users/subscription
curl \
-X GET https://api.clickguard.com/users/subscription \
-H "X-API-KEY: $API_KEY"
Response examples (200)
"{\n \"billing_name\": \"John Doe\",\n \"billing_email\": \"john@example.com\",\n \"billing_address\": \"New Example Ave 6052\",\n \"plan_name\": \"Elite GUARD\",\n \"subscription_price\": 9900,\n \"subscription_duration\": \"monthly\",\n \"next_billing_date\": \"2020-01-24T14:00:01.726Z\"\n}"
Response examples (200)
[
{
"billing_name": "string",
"billing_email": "string",
"billing_address": "string",
"plan_name": "string",
"subscription_price": 42.0,
"subscription_duration": "monthly",
"next_billing_date": "2024-05-04T09:42:00+00:00"
}
]