---
title: "Get Workspace Information"
method: GET
path: "/cdr/v1/get_business_info/"
tags: ["Doctor and clinic API"]
---

# Get Workspace Information

`GET /cdr/v1/get_business_info/`

### Overview
The Get Workspace Information API retrieves basic information about a business including the business ID and business name. This API is designed to provide essential business details for authenticated requests.
### Endpoint
**URL:** `{{HOST}}/cdr/v1/get_business_info`

**Method:** GET
### Request Parameters
This endpoint does not require any parameters. The auth header contains business-id information which will be used to fetch the details.
### Response Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| status | string | Status of the response (success) |
| bid | string | Unique identifier of the business |
| business_name | string | Name of the business |

## Headers

- `auth` string, required

## Response `200`

OK

- object
  - `status` string
  - `bid` string
  - `business_name` string

## Other responses

- `401` — Unauthorized

---

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