API Overview
Authentication
Journal Entry
Ledger
Reports
Transaction
Request
Document
Business
Retrieve a Business
GET
/
v0
/
business
/
{business_id}
Retrieve a Business
Copy
Ask AI
curl --request GET \
--url https://api.sandbox.getasset.com/v0/business/{business_id} \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"data": {
"tenant_id": "<string>",
"name": "<string>",
"industry": "<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
The response is of type object
.
Retrieve a Business
Copy
Ask AI
curl --request GET \
--url https://api.sandbox.getasset.com/v0/business/{business_id} \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"data": {
"tenant_id": "<string>",
"name": "<string>",
"industry": "<string>",
"entries_start": "2023-11-07T05:31:56Z",
"entity_type": "c-corp",
"fiscal_year": "<string>",
"status": "active",
"plaid_user_token": "<string>",
"id": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.