Get Started
Document V2
Payment V2
Customer V2
Vendor V2
Product V2
Subscriptions V2
Utility V2
Utility V2
Get gstin v2
GET
/
v2
/
utils
/
gstin
/
{gstin}
curl --request GET \
--url https://app.getswipe.in/api/partner/v2/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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
GSTIN Number
Response
200
application/json
success
The response is of type object
.
curl --request GET \
--url https://app.getswipe.in/api/partner/v2/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"
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.