v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
getEndCustomerDetailsOps end_customer
Get end customer details for ops
get/ops/end-customers/{id}
Path parameters
idstring regexp required
end-customer ID
Example:739b63c2-9e58-4964-b38d-4ebb424de242
end-customer ID
Response
OK response.
Example response
{
"billing_address": {
"city": "abc123",
"country_code": "DE",
"line1": "abc123",
"line2": "aaa",
"postal_code": "abc123",
"region": "abc123"
},
"company_registration_number": "abc123",
"contractual_entity": "abc123",
"currency": "abc123",
"email_domain": "abc123",
"end_users": [
{
"email": "abc123",
"first_name": "abc123",
"id": "739b63c2-9e58-4964-b38d-4ebb424de242",
"is_new": false,
"last_name": "abc123",
"phone_number": {
"country_code": "abc123",
"country_prefix": "abc123",
"international_format": "abc123",
"national": "abc123",
"number": "abc123"
},
"phone_type": "abc123"
}
],
"group": "abc123",
"id": "739b63c2-9e58-4964-b38d-4ebb424de242",
"in_migration": false,
"is_new": false,
"language": "abc123",
"name": "abc123",
"not_vat_registered": false,
"psp_provider": "abc123",
"risk_status": "abc123",
"tax_number": "abc123",
"type": "Partnership",
"vat_number": "abc123"
}