GET
/
v1
/
utils
/
gstin
/
{gstin}
curl --request GET \
  --url https://app.getswipe.in/api/partner/v1/utils/gstin/{gstin} \
  --header 'Authorization: <api-key>'
{
  "success": false,
  "message": "",
  "error_code": "",
  "errors": {},
  "data": {
    "company_name": "XYZ Company",
    "status": "<string>",
    "is_sez": true,
    "is_ecom": true,
    "billing": {
      "address_1": "123 Street",
      "address_2": "Apt 4B",
      "city": "City Name",
      "pincode": "123456",
      "state": "State Name"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

gstin
string
required

GSTIN Number

Response

200
application/json
success
success
boolean

Success

Example:

false

message
string

Message

Example:

""

error_code
string

Error Code

Example:

""

errors
object

Error details

data
object