跳到主要内容

检索信用分析

要检索特定信用分析,只需发出 GET 请求。返回的结果是该分析的最新 JSON。如果该标识符未与任何对象关联,则返回 HTTP Status 404。

  • Natural Person:

GET https://api.caas.qitech.app/credit_analysis/natural_person/12345678

  • Legal Person:

GET https://api.caas.qitech.app/credit_analysis/legal_person/12345678

curl "https://api.caas.qitech.app/credit_analysis/natural_person/12345678"
-H "Authorization: EXAMPLE-OF-API-KEY"

上述命令返回代表 Natural Person 对象的 JSON。

curl "https://api.caas.qitech.app/credit_analysis/legal_person/12345678"
-H "Authorization: EXAMPLE-OF-API-KEY"

上述命令返回代表 Legal Person 对象的 JSON。