Skip to main content

Overview

A Company represents an organization where a user works and receives income. Transcrypts Bridge prompts users with company search as a default after opening. Company search functions independently when a company ID is passed into Transcrypts Bridge, allowing users to bypass the search process entirely. Data Providers represent user data storage systems. Each company has one Data Provider in mapping use cases.

Company Attributes

AttributeTypeDescription
company_mapping_idstringCompany unique ID
namestringCompany name
domainstringWeb domain of company, unique value
logo_urlstringCompany logo URL
confidence_levelfloatConfidence level for company success rate (0-1 range, 0.5+ indicates high success)
success_ratestring | nullSuccess indicator: high, low, unsupported, or null if insufficient data
mapping_statusstringMapping status: verified, mapped, or unmapped

Data Provider Attributes

AttributeTypeDescription
idstringData provider unique ID
namestringData provider name
is_supportedBooleanSupport status for product

Endpoints

Example Company Response

{
  "company_mapping_id": "48427a36d43c4d5aa6324bc06c692456",
  "name": "Facebook Demo",
  "domain": "facebook.com",
  "logo_url": "https://citadelid-resources.s3-us-west-2.amazonaws.com/facebook.png",
  "confidence_level": "0.9"
}