buezli.app API

/2026-07-14/clients

Client

Clients are the businesses or people your account works for and bills.

Endpoints

GET /2026-07-14/clients List records

Example request

curl \
  -H "Authorization: Bearer $BUEZLI_API_TOKEN" \
  "https://api.buezli.app/2026-07-14/clients?page=1&limit=50"
GET /2026-07-14/clients/:id Retrieve one record

Example request

curl \
  -H "Authorization: Bearer $BUEZLI_API_TOKEN" \
  "https://api.buezli.app/2026-07-14/clients/123"

Fields

FieldTypeDescription
idintegerUnique identifier for the resource.
created_atdatetimeTimestamp when the resource was created.
updated_atdatetimeTimestamp when the resource was last updated.
namestringDisplay name of the client.
addressstringPostal address used for the client.
currencystringISO 4217 currency code used for new client documents.
localestringLanguage code used for customer-facing document labels.
archived_atdatetimeTimestamp when the client was archived, or null when active.