Skip to main content
GET
/
subscriptions
retrieve Subscription information
curl --request GET \
  --url https://api.reqlick.com/subscriptions \
  --header 'Authorization: Bearer <token>'
{
  "id": "1110580a82031111aaa01111",
  "plan": "FREE",
  "billingCycleStart": null,
  "stripeId": "<string>",
  "domainsLimit": 1000,
  "interval": "month",
  "projectsLimit": 100,
  "usersLimit": 100,
  "stockageLimit": 5368709120,
  "clicksLimit": 1000000,
  "shortLinksLimit": 100,
  "qrCodeLinksLimit": 100,
  "retentionLimit": "RE_30_DAY",
  "fileAvailabilityLimit": "FA_7_DAY",
  "isCanceledAtPeriodEnd": false,
  "subscriptionScheduleId": null,
  "periodEnd": "2024-08-04T20:17:33.000Z",
  "isCancelAt": null,
  "amount": 0,
  "isPaymentFailed": false,
  "isPaid": true,
  "schedulePlan": null
}

Authorizations

Authorization
string
header
required

Response

id
string
Example:
plan
enum<string>
Available options:
FREE,
PRO,
CUSTOM
Example:
billingCycleStart
string | null
Example:
stripeId
string
domainsLimit
integer
Example:
interval
string
Example:
projectsLimit
integer
Example:
usersLimit
integer
Example:
stockageLimit
integer
Example:
clicksLimit
integer
Example:
Example:
Example:
retentionLimit
string
Example:
fileAvailabilityLimit
string
Example:
isCanceledAtPeriodEnd
boolean
Example:
subscriptionScheduleId
string | null
Example:
periodEnd
string<date-time>
Example:
isCancelAt
string | null
Example:
amount
number
Example:
isPaymentFailed
boolean
Example:
isPaid
boolean
Example:
schedulePlan
string | null
Example: