new-vision / duedil
DueDil API 的 Swagger 生成的客户端。
Requires
- php: >=5.5
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ~2.12
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: ~2.6
This package is not auto-updated.
Last update: 2024-09-22 07:49:29 UTC
README
Welcome to the DueDil API v4, which provides programmatic access to DueDil's comprehensive company data. It can be used to enhance a wide variety of business functions, from auto-populating website forms to verifying customer credentials. ### Getting started In order to make requests, you'll need to obtain an API key. Please visit https://www.duedil.com/api for more information. Once you have an API key, requests can be made using a UI such as Postman or via a terminal using curl. An example curl request should look as follows: curl -X GET --header 'Accept: application/json' --header 'X-AUTH-TOKEN: api_key' 'https://duedil.io/v4/company/gb/06999618.json'
### Generating clients This API has been authored using the OpenAPI (Swagger) specification. Being machine readable, it can be used to generate V4 API clients in a range of languages. To create a client: Open the Swagger Editor. Select 'File', 'Import URL' then enter https://duedil.io/v4/swagger.json * Select 'Generate Client' then choose from over 30 languages such as PHP, Python and Java. ### International data DueDil provides a wide range of data spanning across multiple geographic regions. Our international package currently includes company information from the following countries: | Country | | Country | | |----------------------|----|---------------|----| | Albania | AL | Jersey | JE | | Bahamas | BS | Latvia | LV | | Belgium | BE | Liechtenstein | LI | | Bermuda | BM | Luxembourg | LU | | Hong Kong, SAR China | HK | Malta | MT | | Cyprus | CY | Montenegro | ME | | Denmark | DK | Netherlands | NL | | Finland | FI | Norway | NO | | France | FR | Poland | PL | | Germany | DE | Romania | RO | | Greenland | GL | Slovakia | SK | | Guernsey | GG | Slovenia | SI | | Iceland | IS | Sweden | SE | | Isle of Man | IM | Switzerland | CH | | Israel | IL | | | Retrieving international data is simple. Construct your request with the corresponding country code. For the German company Daimler AG you should construct your request URI as follows: curl -X GET --header 'Accept: application/json' --header 'X-AUTH-TOKEN: api_key' 'https://duedil.io/v4/company/de/Stuttgart%20HRB%2019360.json'
For Companies search, the country code should be included in the post body: { \"criteria\": { \"name\": \"Daimler AG\", \"countryCodes\": { \"values\": [\"DE\", \"FR\"] } } }
Note: You will need to have international access added to your plan to search for and retrieve information for companies outside of the United Kingdom (GB) and Ireland (IE). #### Data coverage While 100% coverage is our goal, this is not feasible for every international country at present. If we cannot find the entity you are requesting, the API will return HTTP 404 with message “Resource not found”. Partial responses can include null fields where specific data is unavailable. ### Pagination All endpoints that return collections can be paginated in the same way through two optional parameters (limit
and offset
). The offset
parameter determines the 0-based index of the first element of the collection to be returned, which defaults to 0. The limit
parameter sets the maximum number of items from the collection to be returned, which defaults to 10. The maximum allowed limit parameter is 50. Note: API keys issued for evaluation purposes will have limited access to the first 10 search results only. Other non-search endpoints do not apply this constraint. Every response from a paginated endpoint contains a top-level property called pagination
, which in turn contains the offset
and limit
values used in the API call, as well as the total
number of items in the collection. For instance: \"pagination\": { \"offset\": 0, \"limit\": 10, \"total\": 12 }
In the example above, an API call with offset
= 10 and limit
= 10 would return the 11th and 12th items in the collection, whereas an API call with offset
= 20 and limit
= 10 would return a successful response (200 HTTP code) with an empty collection. Calls with invalid offset
/limit
parameters, such as negative values, return an error (400 HTTP code).
此 PHP 包是由 Swagger Codegen 项目自动生成的
- API 版本:4.5.6
- 构建包:io.swagger.codegen.languages.PhpClientCodegen
要求
PHP 5.5 及以上版本
安装与使用
Composer
要通过 Composer 安装绑定,请将以下内容添加到 composer.json
{
"repositories": [
{
"type": "git",
"url": "https://github.com//.git"
}
],
"require": {
"/": "*@dev"
}
}
然后运行 composer install
手动安装
下载文件并包含 autoload.php
require_once('/path/to/SwaggerClient-php/vendor/autoload.php');
测试
要运行单元测试
composer install
./vendor/bin/phpunit
入门指南
请按照 安装过程 进行操作,然后运行以下命令
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: UserSecurity
$config = Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('X-AUTH-TOKEN', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-AUTH-TOKEN', 'Bearer');
$apiInstance = new Swagger\Client\Api\ComplianceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$format = "format_example"; // string | Response format. Currently, only supported option is json.
$callcredit_identity_check = new \Swagger\Client\Model\CallcreditIdentityCheckInput(); // \Swagger\Client\Model\CallcreditIdentityCheckInput | Details about an individual and their address to conduct an identity check.
try {
$result = $apiInstance->callcreditIdentityCheckFormatPost($format, $callcredit_identity_check);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ComplianceApi->callcreditIdentityCheckFormatPost: ', $e->getMessage(), PHP_EOL;
}
?>
API 端点文档
所有 URI 都相对于 https://duedil.io/v4
类 | 方法 | HTTP 请求 | 描述 |
---|---|---|---|
ComplianceApi | callcreditIdentityCheckFormatPost | POST /callcredit/identity-check.{format} | 身份验证 |
ComplianceApi | duedilCompanyCheckFormatPost | POST /duedil/company-check.{format} | 公司检查 |
CreditReportApi | companyCountryCodeCompanyIdCreditReportFormatGet | GET /company/{countryCode}/{companyId}/credit-report.{format} | 信用报告 |
EssentialsApi | charityCountryCodeCharityIdAreasOfActivityFormatGet | GET /charity/{countryCode}/{charityId}/areas-of-activity.{format} | 慈善活动领域 |
EssentialsApi | charityCountryCodeCharityIdClassifiersFormatGet | GET /charity/{countryCode}/{charityId}/classifiers.{format} | 慈善分类 |
EssentialsApi | charityCountryCodeCharityIdFormatGet | GET /charity/{countryCode}/{charityId}.{format} | 慈善概况 |
EssentialsApi | charityCountryCodeCharityIdRegisteredNamesFormatGet | GET /charity/{countryCode}/{charityId}/registered-names.{format} | 慈善注册名称 |
EssentialsApi | charityCountryCodeCharityIdStatusHistoryFormatGet | GET /charity/{countryCode}/{charityId}/status-history.{format} | 慈善状态历史 |
EssentialsApi | charityCountryCodeCharityIdTrusteesFormatGet | GET /charity/{countryCode}/{charityId}/trustees.{format} | 慈善受托人 |
EssentialsApi | companyCountryCodeCompanyIdAddressesFormatGet | GET /company/{countryCode}/{companyId}/addresses.{format} | 公司地址 |
EssentialsApi | companyCountryCodeCompanyIdCharitableIdentitiesFormatGet | GET /company/{countryCode}/{companyId}/charitable-identities.{format} | 公司慈善身份 |
EssentialsApi | companyCountryCodeCompanyIdDescriptionsFormatGet | GET /company/{countryCode}/{companyId}/descriptions.{format} | 公司描述 |
EssentialsApi | companyCountryCodeCompanyIdFormatGet | GET /company/{countryCode}/{companyId}.{format} | 公司概况 |
EssentialsApi | companyCountryCodeCompanyIdHmrcImportsExportsFormatGet | GET /company/{countryCode}/{companyId}/hmrc-imports-exports.{format} | 公司 HMRC 进出口 |
EssentialsApi | companyCountryCodeCompanyIdIndustriesFormatGet | GET /company/{countryCode}/{companyId}/industries.{format} | 公司行业 |
EssentialsApi | companyCountryCodeCompanyIdKeywordsFormatGet | GET /company/{countryCode}/{companyId}/keywords.{format} | 公司关键词 |
EssentialsApi | companyCountryCodeCompanyIdOfficersFormatGet | GET /company/{countryCode}/{companyId}/officers.{format} | 公司官员 |
EssentialsApi | companyCountryCodeCompanyIdRegisteredNamesFormatGet | GET /company/{countryCode}/{companyId}/registered-names.{format} | 公司注册名称 |
EssentialsApi | companyCountryCodeCompanyIdRelatedNamesFormatGet | GET /company/{countryCode}/{companyId}/related-names.{format} | 公司相关名称 |
EssentialsApi | companyCountryCodeCompanyIdSocialMediaProfilesFormatGet | GET /company/{countryCode}/{companyId}/social-media-profiles.{format} | 公司社交媒体档案 |
EssentialsApi | 公司国家代码公司ID电话号码格式获取 | GET /company/{countryCode}/{companyId}/telephone-numbers.{format} | 公司电话号码 |
EssentialsApi | 公司国家代码公司ID网站格式获取 | GET /company/{countryCode}/{companyId}/websites.{format} | 公司网站 |
EssentialsApi | 官员官员ID公司格式获取 | GET /officer/{officerId}/companies.{format} | 官员任命 |
EssentialsApi | 官员官员ID格式获取 | GET /officer/{officerId}.{format} | 官员详细信息 |
财务信息API | 慈善国家代码慈善ID财务信息格式获取 | GET /charity/{countryCode}/{charityId}/financials.{format} | 慈善财务信息 |
财务信息API | 公司国家代码公司ID财务信息格式获取 | GET /company/{countryCode}/{companyId}/financials.{format} | 公司财务信息 |
所有权API | 慈善国家代码慈善ID子公司格式获取 | GET /charity/{countryCode}/{charityId}/subsidiaries.{format} | 慈善子公司 |
所有权API | 公司国家代码公司ID银行账户格式获取 | GET /company/{countryCode}/{companyId}/bank-accounts.{format} | 公司银行账户 |
所有权API | 公司国家代码公司ID费用格式获取 | GET /company/{countryCode}/{companyId}/charges.{format} | 公司费用 |
所有权API | 公司国家代码公司IDFCA授权格式获取 | GET /company/{countryCode}/{companyId}/fca-authorisations.{format} | 公司FCA授权 |
所有权API | 公司国家代码公司ID提交格式获取 | GET /company/{countryCode}/{companyId}/filings.{format} | 公司提交 |
所有权API | 公司国家代码公司ID公告通知格式获取 | GET /company/{countryCode}/{companyId}/gazette-notices.{format} | 公司公告通知 |
所有权API | 公司国家代码公司ID集团父格式获取 | GET /company/{countryCode}/{companyId}/group-parents.{format} | 公司集团父 |
所有权API | 公司国家代码公司ID集团子公司格式获取 | GET /company/{countryCode}/{companyId}/group-subsidiaries.{format} | 公司集团子公司 |
所有权API | 公司国家代码公司ID重大控制人格式获取 | GET /company/{countryCode}/{companyId}/persons-significant-control.{format} | 公司重大控制人 |
所有权API | 公司国家代码公司ID投资组合公司格式获取 | GET /company/{countryCode}/{companyId}/portfolio-companies.{format} | 公司投资组合公司 |
所有权API | 公司国家代码公司ID相关公司格式获取 | GET /company/{countryCode}/{companyId}/related-companies.{format} | 公司相关公司 |
所有权API | 公司国家代码公司ID股东格式获取 | GET /company/{countryCode}/{companyId}/shareholders.{format} | 公司股东 |
PEPs和制裁API | pepsSanctionsBusinessLookupIdFormatGet | GET /peps-sanctions/business/{lookupId}.{format} | PEPs和制裁业务查找 |
PEPs和制裁API | pepsSanctionsIndividualLookupIdFormatGet | GET /peps-sanctions/individual/{lookupId}.{format} | PEPs和制裁个人查找 |
PEPs和制裁API | pepsSanctionsSearchBusinessesFormatPost | POST /peps-sanctions/search/businesses.{format} | PEPs和制裁业务搜索 |
PEPs和制裁API | pepsSanctionsSearchIndividualsFormatPost | POST /peps-sanctions/search/individuals.{format} | PEPs和制裁个人搜索 |
搜索API | searchCharitiesFormatPost | POST /search/charities.{format} | 查找慈善机构 |
搜索API | searchCompaniesFormatPost | POST /search/companies.{format} | 查找公司 |
搜索API | searchKeywordsFormatPost | POST /search/keywords.{format} | 查找关键词(用于公司/官员搜索过滤器) |
搜索API | searchOfficersFormatPost | POST /search/officers.{format} | 查找官员 |
搜索API | searchRegionsFormatPost | POST /search/regions.{format} | 查找地区(用于公司/官员搜索过滤器) |
模型文档
- CallcreditAddressDetailsInput
- CallcreditAddressDetailsInputAddressDetails
- CallcreditExtraChecksInput
- CallcreditExtraChecksInputExtraChecks
- CallcreditIdentityCheckResponse
- CallcreditIdentityCheckResponseAddress
- CallcreditIdentityCheckResponseBankruptcyOrInsolvency
- CallcreditIdentityCheckResponseCallcreditSHARE
- CallcreditIdentityCheckResponseCountyCourtJudgments
- CallcreditIdentityCheckResponseDateOfBirth
- CallcreditIdentityCheckResponseDeceased
- CallcreditIdentityCheckResponseElectoralRoll
- CallcreditIdentityCheckResponseExtraChecks
- CallcreditIdentityCheckResponseExtraChecksEmailRisk
- CallcreditIdentityCheckResponseExtraChecksEmailRiskReport
- CallcreditIdentityCheckResponseExtraChecksEmailRiskReportDomain
- CallcreditIdentityCheckResponseExtraChecksRealTimeFraudAlerts
- CallcreditIdentityCheckResponseExtraChecksRealTimeFraudAlertsReport
- CallcreditIdentityCheckResponseExtraChecksRealTimeFraudAlertsReportInconsistencyData
- CallcreditIdentityCheckResponseExtraChecksRealTimeFraudAlertsReportInconsistencyDataInconsistencies
- Callcredit身份验证检查响应额外检查实时欺诈警报报告摘要
- Callcredit身份验证检查响应额外检查实时欺诈警报报告速度数据
- Callcredit身份验证检查响应额外检查监视名单筛选
- Callcredit身份验证检查响应额外检查监视名单筛选国家
- Callcredit身份验证检查响应额外检查监视名单筛选出生日期
- Callcredit身份验证检查响应额外检查监视名单筛选匹配元数据
- Callcredit身份验证检查响应额外检查监视名单筛选匹配
- Callcredit身份验证检查响应匹配摘要
- Callcredit身份验证检查响应名称
- Callcredit身份验证检查响应评分卡
- Callcredit身份验证检查响应警告
- Callcredit个人详细信息输入
- Callcredit个人详细信息输入个人详细信息
- 慈善活动领域
- 慈善分类器
- 慈善分类器分类器
- 慈善分类器过滤器
- 慈善财务
- 慈善财务财务
- 慈善识别
- 慈善注册名称
- 慈善注册名称注册名称
- 慈善搜索条件
- 慈善搜索条件条件
- 慈善搜索结果
- 慈善搜索结果过滤器
- 慈善状态
- 慈善状态状态
- 慈善子公司
- 慈善受托人
- 慈善受托人受托人
- 公司地址
- 公司地址
- 公司地址过滤器
- 公司银行账户
- 公司银行账户银行账户
- 公司费用
- 公司费用费用
- 公司慈善身份
- 公司慈善身份慈善身份
- 公司检查标准
- 公司检查精确匹配
- 公司检查精确匹配公司
- 公司检查精确匹配个人
- 公司检查可能匹配
- 公司检查可能匹配个人
- 公司检查结果
- 公司检查结果KYB结果
- 公司检查结果匹配公司
- 公司检查结果匹配公司账户
- 公司检查结果匹配公司年度报告
- 公司检查结果匹配公司任命
- 公司检查结果匹配公司公司
- 公司检查结果匹配公司文档提交次数
- 公司检查结果匹配公司财务摘要
- 公司检查结果匹配公司直接上级
- 公司检查结果匹配公司行业
- 公司检查结果匹配公司名义价值
- 公司检查结果匹配公司官员资格取消
- 公司检查结果匹配公司官员
- 公司检查结果匹配公司其他法律实体
- 公司检查结果匹配公司PEPS制裁检查
- 公司检查结果匹配公司PEPS制裁检查失败
- 公司检查结果匹配公司PEPS制裁检查警告
- 公司检查结果匹配公司个人
- 公司检查结果匹配公司个人国籍
- 公司检查结果匹配公司个人居留
- 公司检查结果匹配公司重大控制人
- 公司检查结果匹配公司PSC声明
- 公司检查结果匹配公司服务地址
- 公司检查结果匹配公司持有10%以上股份的股东
- 公司检查结果匹配公司持股
- 公司检查结果匹配公司最终上级
- 公司检查结果选择列表公司
- 公司检查结果警告
- 公司信用报告
- 公司信用报告信用报告
- 公司信用报告信用报告评论
- 公司信用报告信用报告县级法院判决
- 公司信用报告信用报告县级法院判决金额
- 公司信用报告信用报告县级法院判决精确匹配
- 公司信用报告信用报告信用额度
- 公司信用报告信用报告信用额度历史
- 公司信用报告信用报告信用评级
- 公司信用报告信用报告信用评级信用带
- 公司信用报告信用报告信用评分
- 公司信用报告信用报告信用评分历史
- 公司信用报告信用报告支付统计
- 公司信用报告信用报告发票支付
- 公司信用报告信用报告发票支付低于阈值
- 公司信用风险
- 公司描述
- 公司描述描述
- 公司文件
- 公司文件文件
- 公司财务
- 公司财务现金转换周期
- 公司财务现金与流动负债比率
- 公司财务现金与总资产百分比
- 公司财务现金与营业额百分比
- 公司财务现金与营业额比率
- 公司财务CFO与销售额比率
- 公司财务流动比率
- 公司财务库存账龄
- 公司财务应付账款账龄
- 公司财务销售账龄
- 公司财务资产负债率
- 公司财务EBITDA利润率百分比
- 公司财务财务
- 公司财务基于总债务的杠杆比率
- 公司财务基于负债的杠杆比率
- 公司财务基于净债务的杠杆比率
- 公司财务毛利率百分比
- 公司财务人力资本增值
- 公司财务利息保障倍数
- 公司财务存货周转率
- 公司财务流动性比率
- 公司财务净债务与EBITDA比率
- 公司财务净利率百分比
- 公司财务-营业利润率百分比
- 公司财务-税前利润率百分比
- 公司财务-资产回报率百分比
- 公司财务-资本回报率百分比
- 公司财务-股本回报率
- 公司财务-每人收入
- 公司集团-母公司
- 公司集团-母公司-集团母公司
- 公司集团-子公司
- 公司识别
- 公司行业
- 公司行业-筛选
- 公司行业
- 公司关键词
- 公司关键词-关键词
- 公司高管
- 公司高管-筛选
- 公司高管-高管
- 公司高管-人员
- 公司高管-人员-国籍
- 公司投资组合-公司
- 公司投资组合-公司-投资组合公司
- 公司注册名称
- 公司注册名称-注册名称
- 公司相关名称
- 公司搜索条件
- 公司搜索条件-条件
- 公司搜索条件-条件-成立
- 公司搜索条件-条件-成立日期
- 公司搜索结果
- 公司搜索结果-公司
- 公司搜索结果-筛选
- 公司搜索结果-筛选-国家代码
- 公司搜索结果-筛选-域名
- 公司搜索结果-筛选-Ebitda变化百分比
- 公司搜索结果-筛选-Ebitda值
- 公司搜索结果-筛选-员工变化百分比
- 公司搜索结果-筛选-员工值
- 公司搜索结果-筛选-成立
- 公司搜索结果-筛选-关键词
- 公司搜索结果-筛选-关键词排除
- 公司搜索结果-筛选-净资产变化百分比
- 公司搜索结果-筛选-净资产值
- 公司搜索结果-筛选-税后利润变化百分比
- 公司搜索结果-筛选-税后利润值
- 公司搜索结果-筛选-简化状态
- 公司搜索结果-筛选-总资产值
- 公司搜索结果-筛选-营业额变化百分比
- 公司搜索结果-筛选-营业额值
- 公司股东公司匹配
- 公司股东
- 公司股东-股东
- 公司电话号码
- 公司电话号码-地址
- 公司电话号码-电话号码
- 公司网站
- 公司网站-网站
- 信用风险多值筛选
- 错误
- 可排除多值筛选
- 可排除多值筛选-排除
- FCA授权
- FCA授权-Fca授权
- FCA授权-权限
- 财务值详细
- 财务值简单
- 公报公告
- 公报公告-公报公告
- 地理定位
- HMRC进出口
- HMRC进出口-商品
- HMRC进出口-Hmrc进出口
- 行业多值筛选
- 行业多值筛选-值
- 主要慈善机构信息
- 主要慈善机构信息-账目
- 主要慈善机构信息-当前状态
- 主要慈善机构信息-财务摘要
- 主要慈善机构信息-官方联系方式
- 主要慈善机构信息-官方联系方式-地址
- 主要慈善机构信息-注册为
- 主要慈善机构信息-注册为-区域司法管辖区
- 主要公司信息
- 主要公司信息-账目
- 主要公司信息-财务摘要
- 主要公司信息-法人实体标识符
- 主要公司信息-注册地址
- 关键词搜索条件
- 关键词搜索条件-条件
- 关键词搜索结果
- 关键词搜索结果-筛选
- 多值筛选
- 高管
- 高管-公司
- 高管-公司-公司
- 高管-识别
- 高管-人员
- 高管-人员-国籍
- 高管-搜索条件
- 高管-搜索条件-条件
- 高管-搜索条件-条件-出生日期
- 高管-搜索条件-条件-出生日期从
- 高管-搜索条件-条件-尊称
- 高管-搜索结果
- 高管-搜索结果-解职
- 高管-搜索结果-筛选
- 高管-搜索结果-筛选-出生日期
- 高管-搜索结果-筛选-尊称
- 高管-搜索结果-法规
- 高管-搜索结果-高管
- PEPs和制裁-地址
- PEPs和制裁-地址-来源地址
- PEPs和制裁-任何业务条件
- PEPs和制裁-任何业务搜索条件
- PEPs和制裁-任何个人条件
- PEPs和制裁-任何个人搜索条件
- PEPs和制裁-业务
- PEPs和制裁-业务-与业务关联
- PEPs和制裁-业务-与个人关联
- PEPs和制裁-业务搜索条件
- PEPs和制裁-业务搜索结果
- PEPs和制裁-数据集摘要
- PEPs和制裁-日期
- PEPs和制裁-文件
- PEPs和制裁-文件类别
- PEPs和制裁-尽职调查公司条件
- PEPs和制裁-尽职调查公司条件-尽职调查公司
- PEPs和制裁-尽职调查高管条件
- PEPs和制裁-尽职调查高管条件-尽职调查高管
- PEPs和制裁-个人
- PEPs和制裁-个人-别名
- PEPs和制裁-个人-与业务关联
- PEPs和制裁-个人-与个人关联
- PEPs和制裁-个人搜索条件
- PEPs和制裁-个人搜索结果
- PEPs和制裁-国籍
- PEPs和制裁-备注
- PEPs和制裁-政治地位
- PEPs和制裁-政治地位-国家
- PEPsAndSanctions可能的业务匹配
- PEPsAndSanctions可能的个人匹配
- PEPsAndSanctions相关名称
- PEPsAndSanctions制裁
- PEPsAndSanctions制裁类型
- 分页
- 分页分页
- PoSCSPeople
- PoSCSPeople重要控制人
- PoSC声明
- 范围过滤器
- 地区搜索条件
- 地区搜索条件条件
- 地区搜索结果
- 地区搜索结果过滤器
- 地区搜索结果地区
- 地区多值过滤器
- 地区多值过滤器除外
- 地区多值过滤器除外值
- 地区多值过滤器值
- 相关公司
- 相关公司互有地址
- 相关公司互有投资
- 相关公司互有大股东
- 相关公司互有高管
- 相关公司相关公司
- 共享公司匹配
- 共享精确匹配
- 共享精确匹配内部
- 共享未匹配
- 共享人员匹配
- 共享人员匹配出生日期
- 共享人员匹配国籍
- 共享可能的匹配
- 社交媒体档案
- 社交媒体档案社交媒体档案
- 结构化地址
- Callcredit身份检查输入
- 慈善机构活动领域响应
- 慈善机构分类响应
- 慈善机构财务响应
- 慈善机构注册名称响应
- 慈善机构响应
- 慈善机构搜索响应
- 慈善机构状态响应
- 慈善机构子公司响应
- 慈善机构受托人响应
- 公司地址响应
- 公司银行账户响应
- 公司费用响应
- 公司慈善身份响应
- 公司检查响应
- 公司信用报告响应
- 公司描述响应
- 公司FCA授权响应
- 公司提交响应
- 公司财务响应
- 公司公报通知响应
- 公司集团父级响应
- 公司集团子公司响应
- 公司HMRC进出口响应
- 公司行业响应
- 公司关键词响应
- 公司高管响应
- 公司投资组合公司响应
- 公司注册名称响应
- 公司相关公司响应
- 公司相关名称响应
- 公司响应
- 公司搜索响应
- 公司股东响应
- 公司社交媒体档案响应
- 公司电话号码响应
- 公司网站响应
- 关键词搜索响应
- 高管公司响应
- 高管响应
- 高管搜索响应
- PEPsAndSanctions商业查找响应
- PEPsAndSanctions商业搜索响应
- PEPsAndSanctions个人查找响应
- PEPsAndSanctions个人搜索响应
- PoSC响应
- 地区搜索响应
授权文件
用户安全
- 类型:API密钥
- API密钥参数名称:X-AUTH-TOKEN
- 位置:HTTP头