cURL
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" } }
Get business by ID.
Business's unique identifier.
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Business representation.
Represents a business customer.
Vendor information for external account management systems
Show child attributes
Was this page helpful?