To begin using the Asset API, follow these steps:
Once authenticated, you can start making API requests. For instance, to Create your first Business:
Request:
curl --request POST \ --url https://api.sandbox.onclevo.com/v0/business \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Roofing Pros", "entity_type": "c-corp", "entries_start": "2023-11-07T05:31:56Z", "fiscal_year": "2024-12-31T11:59:59Z", "status": "active" }'
Response:
{ "tenant_id": "b_123456", "name": "Roofing Pros", "entit y_type": "c-corp", "entries_start": "2023-11-07T05:31:56Z", "fiscal_year": "2024-12-31T11:59:59Z", "status": "active", "id": "b_123456", }
Learn key accounting terms and Asset specific definitions which will help you utilize our APIs
Explore our detailed API documentation
Learn how our Authentication works
Learn how to create your first Business in Asset