---
title: "Get Settings"
method: GET
path: "/v1/general/settings"
tags: ["general"]
---

# Get Settings

`GET /v1/general/settings`

Get general settings for the app: Settings + List of Orgs.

## Response `200`

Successful Response

- FrontendSettingsResponse
  - `orgs` UserOrgAccess[], required — The list of organizations the user has access to
    - `auth0_id` string, required
    - `org_id` string, uuid, required
    - `org_stripe_id` string, nullable
    - `org_display_name` string, required
    - `org_logo` string, nullable
    - `org_name` string, required
    - `is_org_setup_complete` boolean
    - `full_name` string, nullable
    - `user_avatar` string, nullable
    - `billing_email` string
    - `is_personal_org` boolean
    - `permissions` string
    - `member_is_active` boolean
    - `internal_claims` InternalClaims
      - `i_cus` string, nullable
  - `settings` FrontendSettings, required
    - `terms_accepted` string, date-time, nullable, required — Date of last accepted Terms of Service
    - `privacy_accepted` string, date-time, nullable, required — Date of last accepted Privacy Policy
    - `email_verified` boolean, required — True if the email was verified
    - `did_onboarding_setup` boolean, required — False when it's the user's first login/signup for an organization
    - `user_details` UserDetails, required
      - `first_name` string
      - `last_name` string
      - `picture` string
    - `spaces_billing` SpacesSubscription, required
      - `tier` 'INTERNAL' | 'FREE' | 'PRO' | 'TEAM' | 'ENTERPRISE', required
      - `seats` integer, required
      - `status` string, required
      - `cancel_at` integer, nullable, required

---

[API](https://skmtc.net/pulze/apis/pulze-ai-api.md) · [All operations](https://skmtc.net/pulze/apis/pulze-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pulze/pulze-ai-api/revisions/a5e0b539abc5/schema)
