API structure
In this section, we explain the BILL API request and response format.
API format
A BILL endpoint includes a base URL, CRUD operation, and entity. Most endpoints are in the <API_Base_URL>/Crud/<Operation>/<Entity>.json
format.
Important
There are a few exceptions to this format. See the API documentation for format details for each endpoint.
Learn about BILL API request and response details to make your first API request.
Updated 5 days ago