---
title: "Retrieve team user billing details"
method: GET
path: "/teams/{team_id}/billing_details"
tags: ["Team User Billing Details"]
---

# Retrieve team user billing details

`GET /teams/{team_id}/billing_details`

Retrieve a [Team user billing details](#object-team-user-billing-details) object.

Requires <code>read_team_user_billing_details</code> OAuth access scope.

## Path parameters

- `team_id` number, required

## Response `200`

OK

- TeamUserBillingDetails
  - `billing_email` string, required — Email for invoices and translation orders
  - `country_code` string, required — Country code as described in ISO 3166 (alpha-2 code)
  - `zip` string, required — Valid postal code for specified country
  - `state_code` string — <code>Required</code> if country code is <code>US</code>
  - `address1` string — Address line 1
  - `address2` string — Address line 2
  - `city` string — City
  - `phone` string — Phone
  - `company` string — Company name
  - `vatnumber` string — VAT number

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
