a9dd2afd70a1

latestOpenAPI 3.1.02026-08-041130479.2 KB

GST Contact

post/v1/api_hub/gst_contact_l1

Request body

gstinstring required

Response

200

api_categorystring
api_namestring
billableboolean
txn_idstring
messagestring
statusinteger
datetimestring

Example response

{
  "api_category": "Know Your Business (KYB)",
  "api_name": "GST Contact",
  "billable": true,
  "txn_id": "13177a1d-ad18-44af-b283-8af7ea40ac35",
  "message": "Success",
  "status": 1,
  "result": {
    "business_email": "mail@mail.com",
    "business_mobile": "1234567890"
  },
  "datetime": "2024-03-28 05:52:27.090851"
}