---
title: "getEndCustomerDetailsOps end_customer"
method: GET
path: "/ops/end-customers/{id}"
tags: ["ops"]
---

# getEndCustomerDetailsOps end_customer

`GET /ops/end-customers/{id}`

Get end customer details for ops

## Path parameters

- `id` string, regexp, required — end-customer ID

## Response `200`

OK response.

- EndCustomerForOps
  - `billing_address` Address, required
    - `city` string, required — City
    - `country_code` string, required — ISO 3166-1 alpha-2
    - `line1` string, required — First line (street, number, etc.)
    - `line2` string — Second line (flat number, etc.)
    - `postal_code` string, required — Postal code
    - `region` string — Region, county, province, etc.
  - `company_registration_number` string — end-customer Company Registration Number
  - `contractual_entity` string — PSP contractual entity
  - `currency` string, required — end customer currency
  - `email_domain` string, required — end-customer email domain
  - `end_users` EndUser[] — end-users information
    - `email` string — end-user email
    - `first_name` string — end-user first name
    - `id` string, regexp, required — end-user ID
    - `is_new` boolean, required — end-user is new
    - `last_name` string — end-user last name
    - `phone_number` PhoneNumber
      - `country_code` string, required — Country code
      - `country_prefix` string, required — Country code prefix
      - `international_format` string, required — International phone number format
      - `national` string, required — National phone number
      - `number` string, required — E164 number
    - `phone_type` string — end-user phone type
  - `group` string — end-customer group
  - `id` string, regexp, required — end-customer ID
  - `in_migration` boolean, required — is the end-customer currently being migrated
  - `is_new` boolean, required — end-customer is new
  - `language` string, required — end-customer language
  - `name` string, required — end-customer name
  - `not_vat_registered` boolean — end-customer declared it has no VAT number
  - `psp_provider` string, required — stripe
  - `risk_status` string — end-customer risk status
  - `tax_number` string — end-customer tax number
  - `type` 'Sole proprietorship' | 'Partnership' | 'Corporation' | 'Limited Liability Company (LLC)' — Type of the company (required for US)
  - `vat_number` string — end-customer VAT number

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `404` — NotFound: Not Found response.

---

[API](https://skmtc.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/versions/fa134b7fc959/schema)
