ApiBilling
Read Business Details
Return the contact name, email, address, and tax IDs on your invoices.
Return the contact name, email, address, and tax IDs on your invoices.
These appear on every invoice issued after they are set — useful for businesses
that need a VAT or tax number on file to expense credit purchases. The name
follows your workspace name; update the email with
PATCH /api/v1/billing/business-details and the address or tax IDs via
POST /api/v1/billing/portal-session. Fields are empty until provided.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Header Parameters
X-API-Key?string|null
Response Body
application/json
application/json
curl -X GET "https://api.levainlabs.com/api/v1/billing/business-details"{
"name": "string",
"email": "string",
"line1": "string",
"city": "string",
"country": "string",
"tax_ids": [
{
"type": "string",
"value": "string"
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}