Skip to main content

Profile

Profile APIs provide read access to business profile data for an institution, including company details, primary contact and address information, and optional tax identifiers (TINs) and associated users. These APIs are commonly used to enrich administrative, servicing, and support experiences.

End-user benefits

  • Access trusted business identity and contact information from a single source
  • Improve admin, servicing, and support workflows with consistent profile data
  • Optionally include tax and user details to support broader business context needs

Integration capabilities

  • Retrieve business details using a supported identifier, such as a business ID or login ID, depending on the search context.
  • Control response payloads by optionally including tax identifiers (TINs) and associated users to meet different use-case needs.
  • Responses include core business identity, registration context, and status fields required for downstream processing and decisioning.

Scopes

ScopeDescription
business-profile:readRead business details
institution-users:readRead user details

Required headers

HeaderDescription
AuthorizationBearer token (V2 authentication)
transactionIdUnique identifier for request tracking

Error codes (BBS_*)

CodeMessageHTTP Status Code
BBS-40095Invalid tinNumber400
BBS-40095Invalid searchType400
BBS-40095Invalid institutionId (and other invalid input messages)400
BBS-40147Business details not found400
BBS-40150Invalid JWT401
BBS-40151Invalid roles or entitlements403
BBS-40153Unexpected server error500

Endpoints