---
title: "Get Account Profile"
method: GET
path: "/account"
---

# Get Account Profile

`GET /account`

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `id` integer
    - `name` string
    - `email` string
    - `phone` string
    - `address` string
    - `town` string
    - `country` string
    - `logo` unknown
    - `website` string
    - `isVerified` boolean
  - `success` boolean

## Other responses

- `400` — 400

---

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