ConfigPlan / limits for current context

Plan / limits for current context

Returns 404 when not running in cloud mode.

curl -X GET "https://slugbase.app/api/config/plan" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT or sb_ API token)"
{
  "plan": "example_string",
  "bookmarkLimit": 42,
  "canShareWithTeams": true,
  "ai_available": true,
  "audit_log_available": true,
  "email_invites_available": true
}
GET
/api/config/plan
GET
Bearer Token (JWT or sb_ API token)
Bearer Tokenstring
Required

Use Authorization: Bearer <token>. Personal API tokens from Profile use the sb_ prefix. You may also send the access JWT as Bearer (same value as the token cookie after login).

Use Authorization: Bearer <token>. Personal API tokens from Profile use the sb_ prefix. You may also send the access JWT as Bearer (same value as the token cookie after login).
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT or sb_ API token). Use Authorization: Bearer \<token\>. Personal API tokens from Profile use the sb_ prefix. You may also send the access JWT as Bearer (same value as the token cookie after login).

Responses

planstring
bookmarkLimitinteger
canShareWithTeamsboolean
ai_availableboolean
audit_log_availableboolean
email_invites_availableboolean