GET
/
reports#getCompanyInfo
Authorization
Body
curl --request GET \
  --url 'https://sandbox.rollfi.xyz/reports#getCompanyInfo' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "getCompanyInfo",
  "companyId": "8a9b7683-8e02-494d-8422-963fd05ee785"
}'
{
  "1": {
    "summary": "Success",
    "value": {
      "Company": [
        {
          "company": "Prism test",
          "companyID": "8A9B7683-8E02-494D-8422-963FD05EE785",
          "CompanyLocations": [
            {
              "address1": "8745 Colard Ln",
              "address2": "",
              "city": "Lyons",
              "state": "CO",
              "zipcode": "80540",
              "country": "US",
              "companyLocation": "Main"
            }
          ],
          "companyStartDate": "2021-07-28",
          "KYBInformations": [
            {
              "ein": "267773632",
              "email": "prism@xzy.in",
              "EntityType": {
                "entityType": "LLP"
              },
              "phoneNumber": "9009990257"
            }
          ],
          "kycStatus": "Pending"
        }
      ]
    }
  }
}

Body

application/json
method
string
required
companyId
string
required

Response

200 - application/json
Company
object[]
required