Business
Retrieve a Business
API Overview
Authentication
Journal Entry
Ledger
Reports
Business
Retrieve a Business
GET
/
v0
/
business
/
{business_id}
curl --request GET \
--url https://api.sandbox.getasset.com/v0/business/{business_id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"tenant_id": "<string>",
"name": "<string>",
"entries_start": "2023-11-07T05:31:56Z",
"entity_type": "c-corp",
"fiscal_year": "<string>",
"status": "active",
"plaid_user_token": "<string>",
"id": "<string>"
}
}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
200
application/json
Successful Response
Maximum length:
255
Available options:
c-corp
, llc
, partnership
, s-corp
, sole-prop
Maximum length:
5
Available options:
active
, inactive
curl --request GET \
--url https://api.sandbox.getasset.com/v0/business/{business_id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"tenant_id": "<string>",
"name": "<string>",
"entries_start": "2023-11-07T05:31:56Z",
"entity_type": "c-corp",
"fiscal_year": "<string>",
"status": "active",
"plaid_user_token": "<string>",
"id": "<string>"
}
}