GET
/
v0
/
business
curl --request GET \
  --url https://api.sandbox.getasset.com/v0/business \
  --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",
      "id": "<string>"
    }
  ],
  "pagination": {
    "next_page_token": "<string>",
    "previous_page_token": "<string>"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

page_token
string | null
page_size
integer
default:100
Required range: 1 <= x <= 100

Response

200
application/json
Successful Response
data
object[]
required
pagination
object
required