Skip to main content
GET
/
businesses
/
{business_id}
Get business
curl --request GET \
  --url https://api.synctera.com/v2/businesses/{business_id}
{
  "creation_time": "2023-11-07T05:31:56Z",
  "ein": "<string>",
  "email": "<string>",
  "entity_name": "<string>",
  "formation_date": "2023-12-25",
  "formation_state": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "last_updated_time": "2023-11-07T05:31:56Z",
  "phone_number": "<string>",
  "status": "<string>",
  "structure": "<string>",
  "trade_names": [
    "<string>"
  ],
  "verification_last_run": "2023-11-07T05:31:56Z",
  "verification_status": "<string>",
  "vendor_info": {
    "vendor_data": {
      "loanpro": {
        "customer_id": 12345
      }
    },
    "vendor_type": "LOANPRO"
  }
}

Path Parameters

business_id
string<uuid>
required

Business's unique identifier.

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

Response

Business representation.

Represents a business customer.

creation_time
string<date-time>
ein
string
email
string
entity_name
string
formation_date
string<date>
formation_state
string
id
string<uuid>
last_updated_time
string<date-time>
phone_number
string
status
string
structure
string
trade_names
string[]
verification_last_run
string<date-time>
verification_status
string
vendor_info
object

Vendor information for external account management systems