---
title: "View Business"
method: GET
path: "/business/{id}"
---

# View Business

`GET /business/{id}`

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `status` integer
  - `data` object[]
    - `partner_name` unknown
    - `partner_bid` unknown
    - `lastlogin` string
    - `user_level` string
    - `control` object
      - `ip` object[]
      - `subscription` object
        - `plan` integer
        - `expiry` string
      - `online_payments` integer
    - `constitution` string
    - `customer_bid` integer
    - `migration_status` integer
    - `status` integer
    - `version` string
    - `id` integer
    - `gstin` string
    - `business_name` string
    - `created_by` integer
    - `created_on` string
    - `address1` string
    - `address2` string
    - `pan` string
    - `city` string
    - `state` string
    - `country` string
    - `logo` string
    - `pincode` string
    - `branchlist` object[]
    - `bid` string
    - `bmaster_encode` string
    - `business_name_encode` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `500` — 500
- `501` — 501
- `502` — 502
- `503` — 503

---

[API](https://skmtc.net/ledgers/apis/authentication.md) · [All operations](https://skmtc.net/ledgers/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ledgers/authentication/versions/605f28ef08ef/schema)
