API Overview
Authentication
Journal Entry
Ledger
Reports
Transaction
Business
Retrieve a Business
GET
/
v0
/
business
/
{business_id}
Copy
curl --request GET \
--url https://api.sandbox.getasset.com/v0/business/{business_id} \
--header 'Authorization: Bearer <token>'
Copy
{
"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
Copy
curl --request GET \
--url https://api.sandbox.getasset.com/v0/business/{business_id} \
--header 'Authorization: Bearer <token>'
Copy
{
"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>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.