Get Business Details
Loading...
API endpoint path: /db-bb-core/v1/business-details
Retrieves comprehensive business details for a company or user based on the provided search criteria.
Search Types:
BUSINESS_ID: Search by the unique business/company identifierLOGIN_ID: Search by the user's login ID
Response includes:
- Business name and registration information
- Business address details (street, city, state, zip)
- Primary contact information
- TIN details (optional, when
includeTins=true) - Customer/user details (optional, when
includeUsers=true)
Usage Notes:
- The
searchTypeandsearchValueparameters are required - Use
BUSINESS_IDsearch type when you have the company's unique identifier - Use
LOGIN_IDsearch type when searching by a user's credentials - Set
includeTins=trueto retrieve Tax Identification Number details - Set
includeUsers=trueto retrieve associated user/customer information
Request
Responses
- 200
- 400
- 401
- 403
- 500
Business details retrieved successfully.
Bad Request - Invalid input parameters. Possible causes:
- Invalid searchType
Unauthorized - Authentication credentials are missing or invalid.
Unauthorized - Invalid roles or entitlements.
Internal Server Error - An unexpected error occurred while retrieving business details.