Billing
Get Subscription
Get the current subscription status, plan, and credit usage.
GET
GET
Response
boolean
true on a successful request.object
The active plan —
name, slug, price, currency, recurrance (monthly/yearly).string
Stripe subscription status:
active, trialing, past_due, canceled, incomplete.string
ISO 8601 date when the current billing period ends.
integer
Number of scan credits consumed in the current billing period.
integer
Total scan credits available in the current billing period.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200
Subscription details