companyRegistration
Company Onboarding
companyRegistration
The companyRegistration API is used to register a company, collect key company details like business name and website, and create an admin user. This is the first step in the multi-step company onboarding process.
What it does:
- Initializes a new company in the system
- Creates a default admin user with the details provided
- returns a unique
companyIdto be used in subsequent onboarding steps
POST
companyRegistration
Documentation Index
Fetch the complete documentation index at: https://developer.rollfi.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
