---
title: "Get account"
method: GET
path: "/api/1/account"
tags: ["Account"]
---

# Get account

`GET /api/1/account`

## Response `200`

- object
  - `ID` integer
  - `@type` string
  - `Title` string, nullable
  - `Name` string
  - `FirstName` string
  - `LastName` string
  - `Avatar` string
  - `Scope` string
  - `HasContact` boolean
  - `business` object
    - `Name` string
    - `Modules` integer
    - `LogoLight` string, nullable
    - `LogoDark` string, nullable
    - `Logo` string, nullable
    - `@type` string
    - `PasswordPolicy` object
      - `min` integer
      - `mixedCase` boolean
      - `symbols` boolean
      - `uncompromised` boolean
      - `strength` integer
  - `PhoneNumber` string
  - `PhoneExtension` string, nullable
  - `Role` string
  - `EmailId` string, nullable
  - `Locale` string
  - `TwoFactorType` string, nullable
  - `Country` string
  - `TimeZone` string
  - `email_verified_at` string
  - `password_updated_at` string, nullable
  - `ResetPassword` boolean
  - `ReferralId` string
  - `Defaults` string, nullable
  - `HasUnreadNotifications` boolean
  - `DataLocation` string
  - `HasAppleIdConnected` boolean
  - `HasMicrosoftIdConnected` boolean
  - `HasFacebookIdConnected` boolean
  - `HasGoogleIdConnected` boolean
  - `Usage` object
    - `ComposerMessages` object
      - `used` integer
      - `available` integer
      - `limit` integer
    - `ComposerAttachments` object
      - `used` integer
      - `available` integer
      - `limit` integer
    - `SecureSpaces` object
      - `used` integer
      - `available` integer
      - `limit` integer
    - `Space` object
      - `used` integer
      - `available` integer
      - `limit` integer
    - `Users` object
      - `used` integer
      - `available` integer
      - `limit` integer
  - `AuthenticationMethod` string, nullable

---

[API](https://skmtc.net/convoflo/apis/convoflo-rest-api.md) · [All operations](https://skmtc.net/convoflo/apis/convoflo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convoflo/convoflo-rest-api/versions/fed4481f0476/schema)
