curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getCompanyInfo' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "getCompanyInfo",
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"Company": [
{
"company": "<string>",
"companyID": "<string>",
"businessWebsite": "<string>",
"registration": {
"isTermsAccepted": true,
"isEsign": true
},
"CompanyLocations": [
{
"address1": "<string>",
"address2": "<string>",
"city": "<string>",
"state": "<string>",
"zipcode": "<string>",
"country": "<string>",
"companyLocation": "<string>"
}
],
"KYBInformations": [
{
"ein": "<string>",
"email": "<string>",
"EntityType": {
"entityType": "<string>"
},
"phoneNumber": "<string>",
"dateOfIncorporation": "<string>"
}
],
"kycStatus": "<string>",
"BankAccounts": [
{
"companyFundingSourceEntityId": "<string>",
"bankName": "<string>",
"accountName": "<string>",
"accountNumber": "<string>",
"accountType": "<string>"
}
]
}
]
}The getCompanyInfo API retrieves detailed information about a specific company.
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getCompanyInfo' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "getCompanyInfo",
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"Company": [
{
"company": "<string>",
"companyID": "<string>",
"businessWebsite": "<string>",
"registration": {
"isTermsAccepted": true,
"isEsign": true
},
"CompanyLocations": [
{
"address1": "<string>",
"address2": "<string>",
"city": "<string>",
"state": "<string>",
"zipcode": "<string>",
"country": "<string>",
"companyLocation": "<string>"
}
],
"KYBInformations": [
{
"ein": "<string>",
"email": "<string>",
"EntityType": {
"entityType": "<string>"
},
"phoneNumber": "<string>",
"dateOfIncorporation": "<string>"
}
],
"kycStatus": "<string>",
"BankAccounts": [
{
"companyFundingSourceEntityId": "<string>",
"bankName": "<string>",
"accountName": "<string>",
"accountNumber": "<string>",
"accountType": "<string>"
}
]
}
]
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Show child attributes
Show child attributes