v1

latestOpenAPI 3.1.02026-07-24111290748.0 KB
Account

Retrieve your account

get/api/account

Response

Your account

created_datetimestring date-time

When the account was created.

deactivated_datetimestring date-time nullable

When the account was deactivated.

domainstring

Gorgias domain of the account.

statusobject

The status of the account whether it is active or not and the reason.

Example response

{
  "created_datetime": "2017-11-23T15:59:41.966927",
  "domain": "company_name",
  "settings": [
    {
      "id": 987,
      "type": "business-hours",
      "data": {
        "timezone": "UTC",
        "business_hours": {
          "days": "1,2,3,4,5",
          "from_time": "09:00",
          "to_time": "22:00"
        }
      }
    }
  ],
  "status": {
    "status": "active"
  }
}
All 111 operations