---
title: "Get your account"
method: GET
path: "/v1/accounts/self"
tags: ["Account management"]
---

# Get your account

`GET /v1/accounts/self`

## Response `200`

OK

- AccountResponseWrapperDto
  - `data` AccountResponseDto
    - `id` string, uuid — Unique identifier of the account
    - `tax_rate` number, double — The tax rate applied to transactions or services within the user's account
    - `currency` string — The currency used for financial transactions
    - `hlr_check` boolean — This field initiates a Home Location Register (HLR) check, which is a process used to verify the status and validity of a mobile phone number
    - `mnp_check` boolean — This field triggers a Mobile Number Portability (MNP) check, which is a process used to determine whether a mobile phone number has been ported from one network operator to another
    - `mnp_countries` string[] — The list of countries where Mobile Number Portability (MNP) checks should be provided
    - `status` 'UNVERIFIED' | 'FORM_SUBMITTED' | 'VERIFIED' | 'BLOCKED' — The current status of the account within the system
    - `create_date` string, date-time — Creation date of the account in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `update_date` string, date-time — Update date of the account in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `users` UserResponseDto[]
      - `id` string, uuid — Unique identifier of the user
      - `account_id` string, uuid — The unique identifier of the parent account associated with the user within the system
      - `username` string — A unique identifier chosen by the user for authentication and identification purposes within the system
      - `full_name` string — The complete name of the user, typically including both the first name and last name or any additional middle names or titles
      - `phone_number` string — The contact telephone number associated with the user
      - `timezone` string — The timezone of the user
      - `role` 'USER' | 'MEMBER' | 'ADMIN' — The role or level of access assigned to the user within the system. This field determines the permissions, privileges, and responsibilities associated with the user's account
      - `status` 'NEW' | 'EMAIL_VERIFIED' | 'PHONE_VERIFIED' | 'BLOCKED' — The current status of the user account within the system
      - `position` 'ADMIN' | 'DEVELOPMENT' | 'MARKETING' | 'IT_AND_OPERATIONS' | 'CUSTOMER_SUPPORT' | 'BILLING' | 'HR' | 'OTHER' — The user's position or job title within the organizational structure
      - `permissions` object
      - `google_id` string — Represents the unique identifier associated with the user's Google account
      - `two_fa_enabled` boolean — Indicates whether two-factor authentication (2FA) is enabled for the user's account
      - `user_country` string — Represents the country associated with the user's account or profile within the system
      - `create_date` string, date-time — Creation date of the user in UTC, formatted as yyyy-mm-dd hh:mm:ss
      - `update_date` string, date-time — Update date of the user in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `links` LinksSelf
      - `self` string — URL of the requested resource

---

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