/app/kyc/entity/parent/list


接口简介

该接口用于获取企业KYB流程中已添加的上级母公司(Parent Company)列表信息。通过提交用户ID,返回当前企业已保存的所有上级母公司记录,包括每家母公司的唯一标识、法定名称和注册国家等基本信息。

请求参数

参数名类型必填说明
uidstring用户ID,用于标识当前操作的企业用户,如:123{{uid}}

返回参数说明

字段名中文说明类型
uuid母公司唯一标识字符串
entity_legal_name企业法定全称字符串
registered_country注册国家字符串

返回示例

{
    "request_id": "489d22e7ccf46364a642784a0ef3a5fd",
    "status": "success",
    "code": "100000",
    "message": "success",
    "data": [
        {
            "uuid": "G48nlrzX3ZpJB5gpLgaQbeELWj20K7xo",
            "entity_legal_name": "ABC Acme Holdings Inc",
            "registered_country": "US"
        },
        {
            "uuid": "pX6Ga5lQnqd7vog7NwreDKx90YOJBZ2j",
            "entity_legal_name": "ABC Acme Holdings Inc",
            "registered_country": "US"
        }
    ],
    "metadata": {}
}
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json