v1

latestOpenAPI 3.1.02026-07-26590236.8 KB

Fetch Business

get/business/{business_id}

Path parameters

business_idstring required

Response

200

messagestring
{"stackTrail":"paths:/business/{business_id}:get:responses:200:content:application/json:schema:properties:meta","oasType":"schema","type":"unknown"}
statusstring

Example response

{
  "data": {
    "id": "c4dc8f24732a11edbcfddb048077d2b7",
    "owner_id": "4b86670a6bfd11eda78fe041a4724e32",
    "name": "Spaceship LLC",
    "business_type": "limitedLiabilityCompany",
    "industry": "healthServices",
    "dof": "2018-02-18T00:00:00Z",
    "id_type": "ein",
    "id_number": "187654322",
    "address_line1": "1625 Tsar Estate",
    "address_city": "New York",
    "address_state": "NY",
    "address_country": "US",
    "address_zip": "10001",
    "status": "active",
    "kyb_status": "verified",
    "created_at": "2022-12-03T17:51:44Z",
    "updated_at": "2022-12-03T17:51:44Z"
  },
  "message": "Business retrieved successfully",
  "status": "success"
}