GET
/
reports#getCompanyInfo
curl --request GET \
  --url 'https://sandbox.rollfi.xyz/reports#getCompanyInfo' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "getCompanyInfo",
  "companyId": "8a9b7683-8e02-494d-8422-963fd05ee785"
}'
{
  "Company": [
    {
      "company": "Postman Corp",
      "companyID": "2660D16A-BDEE-4BA7-BF5D-3EE62C37725E",
      "naicsSubCategory": {
        "subCategoryCode": 6233,
        "naicsSubCategory": "Community Care Facilities for the Elderly"
      },
      "registration": {
        "isTermsAccepted": true,
        "isEsign": true
      },
      "CompanyLocations": [
        {
          "address1": "8745 Colard Ln",
          "address2": "",
          "city": "Lyons",
          "state": "CO",
          "zipcode": "80540",
          "country": "US",
          "companyLocation": "Main"
        }
      ],
      "KYBInformations": [
        {
          "ein": "*****9652",
          "email": "postmancorp@mailsac.com",
          "EntityType": {
            "entityType": "LLP"
          },
          "phoneNumber": "9974574177",
          "dateOfIncorporation": "2023-02-25"
        }
      ],
      "kycStatus": "pending"
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.