---
title: "Get GSTIN details"
method: GET
path: "/v2/utils/gstin/{gstin}"
tags: ["Utility V2"]
---

# Get GSTIN details

`GET /v2/utils/gstin/{gstin}`

## Path parameters

- `gstin` string, required

## Response `200`

success

- GSTResponseModelV2
  - `success` boolean — Success
  - `message` string — Message
  - `error_code` string — Error Code
  - `errors` object — Error details
  - `data` GSTGetResponseV2
    - `company_name` string — Company Name
    - `trade_name` string — Trade Name
    - `legal_name` string — Legal Name
    - `status` string — Status
    - `is_sez` boolean — Sez
    - `is_ecom` boolean — ECom
    - `billing` BillingAddressV2
      - `address_1` string — Address Line 1
      - `address_2` string — Address Line 2
      - `city` string — City
      - `pincode` string — Pincode
      - `state` string — State

## Other responses

- `400` — error
- `401` — Unauthorized
- `500` — Server Error

---

[API](https://skmtc.net/getswipe/apis/swipeapi.md) · [All operations](https://skmtc.net/getswipe/apis/swipeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getswipe/swipeapi/versions/80fcaf1a3463/schema)
