Skip to main content
POST
Upgrade Or Renew Subscription

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Body

application/json
seat_count
integer
required
renewal_cycle
enum<string>
required
Available options:
MONTHLY,
YEARLY
subscription_tier
enum<string>
default:TEAM
Available options:
BASIC,
TEAM

Response

Successful Response

email
string<email>
required
name
string
required
image_url
string | null
required
id
string
required
members
MemberRead · object[]
required
subscription_tier
enum<string> | null
required
Available options:
BASIC,
TEAM
max_member_limit
integer | null
required
seats_renewal_enabled
boolean
required
seats_renewal_cycle
enum<string> | null
required
Available options:
MONTHLY,
YEARLY
seats_expired_at
string<date-time> | null
required
credit_checks_enabled
boolean
required
has_plan
boolean
required