POST
/
companyOnboarding#companyRegistration
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/companyOnboarding#companyRegistration' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "companyRegistration",
  "registration": {
    "company": "BBR'\''sK LLC",
    "firstName": "Titus",
    "middleName": "",
    "lastName": "Davenport",
    "phoneNumber": "2652227589",
    "email": "titus067@mailsac.com",
    "businessWebsite": "max.in",
    "doingBusinessAs": "BBR",
    "isTermsAccepted": true
  }
}'
{
  "registration": {
    "companyId": "EC1F7FD4-8CBD-4A0A-8517-EF88DA80EB2B",
    "businessUserId": "AEAD072B-D659-4195-816D-CBA835F5E580",
    "status": "Registered",
    "message": "A company with name Prism is registered successfully."
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Response

200
application/json

The response is of type object.