---
title: "Business data"
method: GET
path: "/businesses"
tags: ["General"]
---

# Business data

`GET /businesses`

Retrieve information about the current authenticated business account.

## Response `200`

Business data

- object
  - `success` boolean
  - `status_code` integer
  - `data` object
    - `id` string
    - `created_at` string
    - `name` string
    - `email` string
    - `phone_num` string
    - `package_type` string
    - `package_start_date` string
    - `package_exp_date` string
    - `is_expired` boolean
    - `total_used_chat_credit_per_month` integer
    - `chat_credit_topup` integer
    - `total_used_convo` integer
    - `convo_credit_topup` integer
    - `open_api_key` string

## Other responses

- `400` — Bad request — check required fields and formats.
- `401` — Unauthorized — API key is missing or invalid.
- `404` — Resource not found.

---

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