Skip to main content
GET
Get your company's recurring credit subscription

Authorizations

Authorization
string
header
required

An aik_… programmatic API key (app.atako.ai → Settings → API keys) or a Supabase session JWT.

Response

object | null

null if none.

id
string<uuid>
companyId
string<uuid>
stripeSubscriptionId
string | null
stripeCustomerId
string | null
status
enum<string>
Available options:
trialing,
active,
past_due,
canceled
billingInterval
enum<string>
Available options:
monthly,
annual
creditsPerPeriod
integer
eurCentsPerCreditAtSubscription
integer
currentPeriodStart
string<date-time>
currentPeriodEnd
string<date-time>
createdAt
string<date-time>
updatedAt
string<date-time>