---
title: "Retrieve your account"
method: GET
path: "/api/account"
tags: ["Account"]
---

# Retrieve your account

`GET /api/account`

## Response `200`

Your account

- Account — An account represents a Gorgias helpdesk. It contains metadata and account-wide settings.
  - `created_datetime` string, date-time — When the account was created.
  - `deactivated_datetime` string, date-time, nullable — When the account was deactivated.
  - `domain` string — Gorgias domain of the account.
  - `settings` object[] — Account-wide settings. E.g: business hours, satisfaction survey, etc...
    - `id` integer — ID of the setting.
    - `data` unknown
    - `type` string, required
  - `status` object — The status of the account whether it is active or not and the reason.

---

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