Zilfu
API ReferenceSubscription

Get subscription details

Returns the current plan, usage limits, trial status, and cancellation state.

GET
/subscription
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://zilfu.app/api/subscription"
{
  "plan": "string",
  "is_gifted": true,
  "limits": {
    "max_spaces": 2,
    "max_posts_per_month": 20,
    "has_analytics": true,
    "remaining_spaces": 0,
    "remaining_posts": 0,
    "posts_this_month": 0
  },
  "trial": {
    "on_trial": "string",
    "ends_at": "string"
  },
  "cancelled": "string",
  "ends_at": "string"
}
{
  "message": "string"
}