Skip to main content
GET
/
billing
/
subscription
/
license
/
manage-billing
/
availability
cURL
curl --request GET \
  --url https://app.teable.ai/api/billing/subscription/license/manage-billing/availability \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "canAccessPortal": true
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Returns whether user can access manage billing portal

canAccessPortal
boolean
required
Last modified on March 5, 2026