cURL
curl --request GET \ --url https://app.getswipe.in/api/partner/v1/utils/gstin/{gstin} \ --header 'Authorization: Bearer <token>'
{ "success": false, "message": "", "error_code": "", "errors": {}, "data": { "company_name": "XYZ Company", "trade_name": "XYZ Company", "legal_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" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
GSTIN Number
success
The response is of type object.
object