---
title: "Get billing info"
method: GET
path: "/tenants/{tenant_id}/billing/info"
tags: ["Billing"]
---

# Get billing info

`GET /tenants/{tenant_id}/billing/info`

Returns the tenant billing recipient profile used for invoicing.

## Path parameters

- `tenant_id` integer, required

## Response `200`

Tenant billing info

- BillingInfo
  - `address` string, nullable
  - `city` string, nullable
  - `company` string, nullable
  - `country` string, nullable
  - `email` string, nullable
  - `name` string, nullable
  - `phone` string, nullable
  - `postal_code` string, nullable
  - `state` string, nullable
  - `tax_id` string, nullable

## Other responses

- `403` — Insufficient permissions

---

[API](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api.md) · [All operations](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laserdata/laserdata-cloud-core-api/revisions/db81a447bba9/schema)
