---
title: "Retrieve Billing Information"
method: GET
path: "/account/billing/"
tags: ["Account"]
deprecated: true
---

# Retrieve Billing Information

`GET /account/billing/`

> **Deprecated.**

## Response `200`

- Billing
  - `first_name` string — First name of billing contact.
  - `last_name` string — Last name of billing contact.
  - `company` string — Company name for billing purposes.
  - `email` string, email — E-mail for billing purposes.
  - `address` string — Company address for billing purposes.
  - `city` string
  - `country` string — Company country for billing purposes.
  - `state` string — Company state for billing purposes.
  - `zip` string — Company zip code for billing purposes.
  - `vat_number` string — Company VAT number for billing purposes.
  - `reg_number` string — Company registration number for billing purposes.
  - `other` string — Additional information that should be in invoices.
  - `currency_code` string, required — Currency code information.

## Other responses

- `400`
- `401`
- `404`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/revisions/e29879bff01b/schema)
